[Midnightbsd-cvs] mports [17238] trunk/lang/mawk/Makefile: fix plist
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 14 23:30:42 EDT 2014
Revision: 17238
http://svnweb.midnightbsd.org/mports/?rev=17238
Author: laffer1
Date: 2014-09-14 23:30:41 -0400 (Sun, 14 Sep 2014)
Log Message:
-----------
fix plist
Modified Paths:
--------------
trunk/lang/mawk/Makefile
Modified: trunk/lang/mawk/Makefile
===================================================================
--- trunk/lang/mawk/Makefile 2014-09-15 03:29:50 UTC (rev 17237)
+++ trunk/lang/mawk/Makefile 2014-09-15 03:30:41 UTC (rev 17238)
@@ -2,19 +2,19 @@
PORTNAME= mawk
DISTVERSION= 1.3.4-20131226
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= ftp://invisible-island.net/${PORTNAME}/
EXTRACT_SUFX= .tgz
MAINTAINER= ports at MidnightBSD.org
-COMMENT= An implementation of new/posix awk
+COMMENT= Implementation of new/posix awk
LICENSE= gpl2
GNU_CONFIGURE= yes
-MAN1= mawk.1
-PLIST_FILES= bin/mawk
+PLIST_FILES= bin/mawk man/man1/mawk.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mawk ${PREFIX}/bin
More information about the Midnightbsd-cvs
mailing list