mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Support stage
This commit is contained in:
parent
bce84fb967
commit
1eef526a50
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337580
@ -12,10 +12,12 @@ COMMENT= Backend utility to retrieve CDDB discid information
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PKGNAME}
|
||||
|
||||
MAKE_ARGS= prefix=${PREFIX} mandir=${PREFIX}/man/man1
|
||||
MAKE_ARGS= prefix=${STAGEDIR}${PREFIX} mandir=${STAGEDIR}${PREFIX}/man/man1
|
||||
|
||||
MAN1= cd-discid.1
|
||||
PLIST_FILES= bin/cd-discid
|
||||
NO_STAGE= yes
|
||||
PLIST_FILES= bin/cd-discid \
|
||||
man/man1/cd-discid.1.gz
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s/-o 0//g" ${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user