1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Stage support

This commit is contained in:
Martin Wilke 2014-02-03 13:38:32 +00:00
parent 6776e8937d
commit 1631db264b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342435
2 changed files with 4 additions and 7 deletions

View File

@ -14,8 +14,7 @@ LICENSE= GPLv2
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--libexecdir="${PREFIX}/bin"
PLIST_FILES= bin/nullpop
MAN8= nullpop.8
PLIST_FILES= bin/nullpop \
man/man8/nullpop.8.gz
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -15,9 +15,7 @@ NO_WRKSUBDIR= yes
MAKEFILE= ${PKGDIR}/src/Makefile
MAKE_ENV= PKGDIR="${PKGDIR}"
MAN1= koi2koi.1
MANCOMPRESSED= yes
PLIST_FILES= bin/koi2koi
PLIST_FILES= bin/koi2koi \
man/man1/koi2koi.1.gz
NO_STAGE= yes
.include <bsd.port.mk>