mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Stage support
This commit is contained in:
parent
c1b93607a8
commit
2aa69d3577
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342439
@ -13,8 +13,7 @@ COMMENT= IBM 026 Keypunch Emulator for the X Window System
|
||||
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>
|
||||
|
@ -13,7 +13,4 @@ COMMENT= A random .signature generator
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= gensig.1 cattag.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,6 @@
|
||||
bin/gensig
|
||||
bin/cattag
|
||||
share/gensig/taglines
|
||||
man/man1/cattag.1.gz
|
||||
man/man1/gensig.1.gz
|
||||
@dirrm share/gensig
|
||||
|
@ -11,8 +11,7 @@ COMMENT= Check if a hostname is blacklisted
|
||||
|
||||
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>
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user