mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
- Support staging
This commit is contained in:
parent
a79ed050b0
commit
ec89cdc847
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337243
1 changed files with 4 additions and 5 deletions
|
@ -16,9 +16,8 @@ WANT_GNOME= yes
|
|||
GNU_CONFIGURE= yes
|
||||
ALL_TARGET= ${PROGRAMS}
|
||||
|
||||
MAN1= xmixer.1
|
||||
PLIST_FILES= bin/xmixer
|
||||
NO_STAGE= yes
|
||||
PLIST_FILES= bin/xmixer \
|
||||
man/man1/xmixer.1.gz
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -43,8 +42,8 @@ post-patch:
|
|||
|
||||
do-install:
|
||||
.for file in ${PROGRAMS}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin/${file}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/bin/${file}
|
||||
.endfor
|
||||
${INSTALL_MAN} ${WRKSRC}/xmixer.man ${MANPREFIX}/man/man1/xmixer.1
|
||||
${INSTALL_MAN} ${WRKSRC}/xmixer.man ${STAGEDIR}${MAN1PREFIX}/man/man1/xmixer.1
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue