- Stage support

This commit is contained in:
Martin Wilke 2014-02-02 16:00:44 +00:00
parent 57fad9e249
commit 76238fe5e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342321
3 changed files with 6 additions and 12 deletions

View File

@ -13,11 +13,9 @@ COMMENT= Binary file viewer, editor, and manipulator (and a lot more)
NO_WRKSUBDIR= Yes
MAN1= fb.1
MANCOMPRESSED= maybe
PLIST_FILES= bin/fb
PLIST_FILES= bin/fb \
man/man1/fb.1.gz
MAKEFILE= ${FILESDIR}/Makefile.in
MAKE_ARGS+= PREFIX="${PREFIX}"
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -11,9 +11,7 @@ COMMENT= Tool for checking for new mail in multiple mail boxes
WRKSRC= ${WRKDIR}/newmail
MAN1= newmail.1
MANCOMPRESSED= maybe
PLIST_FILES= bin/newmail
PLIST_FILES= bin/newmail \
man/man1/newmail.1.gz
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -11,9 +11,7 @@ MASTER_SITE_SUBDIR= joerg
MAINTAINER= joerg@FreeBSD.org
COMMENT= Portable multi-buffered tape streaming utility
MAN1= team.1
MANCOMPRESSED= maybe
PLIST_FILES= bin/team
PLIST_FILES= bin/team \
man/man1/team.1.gz
NO_STAGE= yes
.include <bsd.port.mk>