mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Support staging
This commit is contained in:
parent
e631202633
commit
6661c3f966
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345865
@ -9,12 +9,10 @@ MASTER_SITES= http://expiretable.fnord.se/
|
||||
MAINTAINER= jameskamlyn@gmail.com
|
||||
COMMENT= Utility for converting and aggregating lists of IP addresses
|
||||
|
||||
PLIST_FILES= bin/tableutil
|
||||
MAN1= tableutil.1
|
||||
PLIST_FILES= bin/tableutil man/man1/tableutil.1.gz
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
|
||||
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1/
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user