svn commit: r342439 - in head: deskutils/x026 mail/gensig mail/surblhost print/libppd
Martin Wilke
miwi at FreeBSD.org
Mon Feb 3 13:40:10 UTC 2014
Author: miwi
Date: Mon Feb 3 13:40:08 2014
New Revision: 342439
URL: http://svnweb.freebsd.org/changeset/ports/342439
QAT: https://qat.redports.org/buildarchive/r342439/
Log:
- Stage support
Modified:
head/deskutils/x026/Makefile
head/mail/gensig/Makefile
head/mail/gensig/pkg-plist
head/mail/surblhost/Makefile
head/print/libppd/Makefile
head/print/libppd/pkg-plist
Modified: head/deskutils/x026/Makefile
==============================================================================
--- head/deskutils/x026/Makefile Mon Feb 3 13:39:30 2014 (r342438)
+++ head/deskutils/x026/Makefile Mon Feb 3 13:40:08 2014 (r342439)
@@ -13,8 +13,7 @@ COMMENT= IBM 026 Keypunch Emulator for t
USES= imake
USE_XORG= xaw7 xpm xt
-PLIST_FILES= bin/${PORTNAME}
-MAN1= ${PORTNAME}.1
+PLIST_FILES= bin/${PORTNAME} \
+ man/man1/x026.1.gz
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/mail/gensig/Makefile
==============================================================================
--- head/mail/gensig/Makefile Mon Feb 3 13:39:30 2014 (r342438)
+++ head/mail/gensig/Makefile Mon Feb 3 13:40:08 2014 (r342439)
@@ -13,7 +13,4 @@ COMMENT= A random .signature generator
GNU_CONFIGURE= yes
-MAN1= gensig.1 cattag.1
-
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/mail/gensig/pkg-plist
==============================================================================
--- head/mail/gensig/pkg-plist Mon Feb 3 13:39:30 2014 (r342438)
+++ head/mail/gensig/pkg-plist Mon Feb 3 13:40:08 2014 (r342439)
@@ -1,4 +1,6 @@
bin/gensig
bin/cattag
share/gensig/taglines
+man/man1/cattag.1.gz
+man/man1/gensig.1.gz
@dirrm share/gensig
Modified: head/mail/surblhost/Makefile
==============================================================================
--- head/mail/surblhost/Makefile Mon Feb 3 13:39:30 2014 (r342438)
+++ head/mail/surblhost/Makefile Mon Feb 3 13:40:08 2014 (r342439)
@@ -11,8 +11,7 @@ COMMENT= Check if a hostname is blacklis
USE_BZIP2= yes
GNU_CONFIGURE= yes
-PLIST_FILES= bin/${PORTNAME}
-MAN1= ${PORTNAME}.1
+PLIST_FILES= bin/${PORTNAME} \
+ man/man1/surblhost.1.gz
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/print/libppd/Makefile
==============================================================================
--- head/print/libppd/Makefile Mon Feb 3 13:39:30 2014 (r342438)
+++ head/print/libppd/Makefile Mon Feb 3 13:40:08 2014 (r342439)
@@ -16,10 +16,4 @@ USE_LDCONFIG= Yes
USE_GNOME= glib12
MAKE_JOBS_UNSAFE= yes
-MAN1= ppdfilt.1
-MAN3= ppd_check_option_is_marked.3 ppd_emit_to_file.3 \
- ppd_file_free.3 ppd_file_new.3 ppd_find_choice.3 \
- ppd_get_num_conflicts.3 ppd_get_page_length.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/print/libppd/pkg-plist
==============================================================================
--- head/print/libppd/pkg-plist Mon Feb 3 13:39:30 2014 (r342438)
+++ head/print/libppd/pkg-plist Mon Feb 3 13:40:08 2014 (r342439)
@@ -7,5 +7,13 @@ lib/libppd.la
lib/libppd.so
lib/libppd.so.1
share/postscript/ppd/generic-printer.ppd
+man/man1/ppdfilt.1.gz
+man/man3/ppd_check_option_is_marked.3.gz
+man/man3/ppd_emit_to_file.3.gz
+man/man3/ppd_file_free.3.gz
+man/man3/ppd_file_new.3.gz
+man/man3/ppd_find_choice.3.gz
+man/man3/ppd_get_num_conflicts.3.gz
+man/man3/ppd_get_page_length.3.gz
@dirrm share/postscript/ppd
@dirrm share/postscript
More information about the svn-ports-all
mailing list