[Midnightbsd-cvs] mports [18803] trunk/textproc/scr2txt/Makefile: fix dist site
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon May 4 20:13:26 EDT 2015
Revision: 18803
http://svnweb.midnightbsd.org/mports/?rev=18803
Author: laffer1
Date: 2015-05-04 20:13:25 -0400 (Mon, 04 May 2015)
Log Message:
-----------
fix dist site
Modified Paths:
--------------
trunk/textproc/scr2txt/Makefile
Modified: trunk/textproc/scr2txt/Makefile
===================================================================
--- trunk/textproc/scr2txt/Makefile 2015-05-05 00:11:52 UTC (rev 18802)
+++ trunk/textproc/scr2txt/Makefile 2015-05-05 00:13:25 UTC (rev 18803)
@@ -1,26 +1,22 @@
-# New ports collection makefile for: scr2txt
-# Date created: 18 May 2001
-# Whom: nik
-#
# $MidnightBSD$
-# $FreeBSD: ports/textproc/scr2txt/Makefile,v 1.5 2006/04/15 06:46:10 linimon Exp $
-#
PORTNAME= scr2txt
PORTVERSION= 1.2
+PORTREVISION= 1
CATEGORIES= textproc
-MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITES= ${MASTER_SITE_FREEBSD_LOCAL}
MASTER_SITE_SUBDIR= nik
NO_WRKSUBDIR= yes
MAINTAINER= ports at MidnightBSD.org
COMMENT= Converts the output of "vidcontrol -p" to text
+
LICENSE= gpl2
-MAN1= scr2txt.1
-MANCOMPRESSED= yes
-PLIST_FILES= bin/scr2txt
+PLIST_FILES= bin/scr2txt \
+ man/man1/scr2txt.1.gz
+
do-install:
@cd ${WRKSRC}; ${MAKE} BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX} install
More information about the Midnightbsd-cvs
mailing list