diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-27 02:01:26 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-27 02:01:26 +0800 |
commit | 432c4d31b80430ae46feee5c3e9eaa5dece29003 (patch) | |
tree | a9395fc6b318d4da2df9e8d650bb062c1e685c55 /audio/cd-discid | |
parent | 58c738cbbc6966ddda89a2cf4caf6ceb6ea2553c (diff) | |
download | freebsd-ports-gnome-432c4d31b80430ae46feee5c3e9eaa5dece29003.tar.gz freebsd-ports-gnome-432c4d31b80430ae46feee5c3e9eaa5dece29003.tar.zst freebsd-ports-gnome-432c4d31b80430ae46feee5c3e9eaa5dece29003.zip |
Support stage
Diffstat (limited to 'audio/cd-discid')
-rw-r--r-- | audio/cd-discid/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/audio/cd-discid/Makefile b/audio/cd-discid/Makefile index 0f7f7de181d6..8ee4a6c512c4 100644 --- a/audio/cd-discid/Makefile +++ b/audio/cd-discid/Makefile @@ -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> |