[Midnightbsd-cvs] mports [15493] trunk/misc: Modernize.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 22 11:17:50 EDT 2013
Revision: 15493
http://svnweb.midnightbsd.org/mports/?rev=15493
Author: laffer1
Date: 2013-09-22 11:17:50 -0400 (Sun, 22 Sep 2013)
Log Message:
-----------
Modernize.
Modified Paths:
--------------
trunk/misc/iso-codes/Makefile
trunk/misc/shc/Makefile
trunk/misc/susv2/Makefile
trunk/misc/susv3/Makefile
Modified: trunk/misc/iso-codes/Makefile
===================================================================
--- trunk/misc/iso-codes/Makefile 2013-09-22 15:17:05 UTC (rev 15492)
+++ trunk/misc/iso-codes/Makefile 2013-09-22 15:17:50 UTC (rev 15493)
@@ -6,7 +6,7 @@
MASTER_SITES= http://pkg-isocodes.alioth.debian.org/downloads/
MAINTAINER= ports at MidnightBSD.org
-COMMENT= Lists of the country, language and currency iso names
+COMMENT= Lists of the country, language, and currency iso names
LICENSE= lgpl2.1
Modified: trunk/misc/shc/Makefile
===================================================================
--- trunk/misc/shc/Makefile 2013-09-22 15:17:05 UTC (rev 15492)
+++ trunk/misc/shc/Makefile 2013-09-22 15:17:50 UTC (rev 15493)
@@ -15,6 +15,9 @@
MAN1= shc.1
PLIST_FILES= bin/shc
+post-extract:
+ @${RM} ${WRKSRC}/shc
+
do-build:
${CC} ${CFLAGS} -o ${WRKSRC}/shc ${WRKSRC}/${PORTNAME}-${PORTVERSION}.c
Modified: trunk/misc/susv2/Makefile
===================================================================
--- trunk/misc/susv2/Makefile 2013-09-22 15:17:05 UTC (rev 15492)
+++ trunk/misc/susv2/Makefile 2013-09-22 15:17:50 UTC (rev 15493)
@@ -16,7 +16,7 @@
COMMENT= Single UNIX Specification Version 2
LICENSE= restricted
-RESTRICTED= "Redistribution of the documents is not permitted"
+RESTRICTED= Redistribution of the documents is not permitted
USE_BZIP2= yes
NO_BUILD= yes
Modified: trunk/misc/susv3/Makefile
===================================================================
--- trunk/misc/susv3/Makefile 2013-09-22 15:17:05 UTC (rev 15492)
+++ trunk/misc/susv3/Makefile 2013-09-22 15:17:50 UTC (rev 15493)
@@ -14,9 +14,10 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Single UNIX Specification Version 3
+
LICENSE= restricted
-RESTRICTED= "Redistribution of the documents is not permitted"
+RESTRICTED= Redistribution of the documents is not permitted
USE_BZIP2= yes
NO_BUILD= yes
More information about the Midnightbsd-cvs
mailing list