mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -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
|
GNU_CONFIGURE= yes
|
||||||
ALL_TARGET= ${PROGRAMS}
|
ALL_TARGET= ${PROGRAMS}
|
||||||
|
|
||||||
MAN1= xmixer.1
|
PLIST_FILES= bin/xmixer \
|
||||||
PLIST_FILES= bin/xmixer
|
man/man1/xmixer.1.gz
|
||||||
NO_STAGE= yes
|
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
@ -43,8 +42,8 @@ post-patch:
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
.for file in ${PROGRAMS}
|
.for file in ${PROGRAMS}
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin/${file}
|
${INSTALL_PROGRAM} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/bin/${file}
|
||||||
.endfor
|
.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>
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue