mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Support staging
This commit is contained in:
parent
3f42b73262
commit
aa547c9b84
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345931
1 changed files with 3 additions and 5 deletions
|
@ -11,15 +11,13 @@ COMMENT= Allows remote sites to change their newsgroup subscriptions
|
|||
|
||||
WRKSRC= ${WRKDIR}/gup
|
||||
|
||||
MAN1= gup.1
|
||||
PLIST_FILES= libexec/gup
|
||||
PLIST_FILES= libexec/gup man/man1/gup.1.gz
|
||||
|
||||
NO_STAGE= yes
|
||||
do-configure:
|
||||
@${CP} ${FILESDIR}/freebsd ${WRKSRC}/config
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/gup ${PREFIX}/libexec
|
||||
${INSTALL_MAN} ${WRKSRC}/gup.1 ${MANPREFIX}/man/man1
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/gup ${STAGEDIR}${PREFIX}/libexec
|
||||
${INSTALL_MAN} ${WRKSRC}/gup.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue