aboutsummaryrefslogtreecommitdiff
path: root/audio/cd-discid
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-26 18:01:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-26 18:01:26 +0000
commit1eef526a50135fc5ed9a9c3d84f1686da0358e7e (patch)
treea9395fc6b318d4da2df9e8d650bb062c1e685c55 /audio/cd-discid
parentbce84fb9675614d8c7045256be5ab4e27470d9f2 (diff)
downloadports-1eef526a50135fc5ed9a9c3d84f1686da0358e7e.tar.gz
ports-1eef526a50135fc5ed9a9c3d84f1686da0358e7e.zip
Support stage
Notes
Notes: svn path=/head/; revision=337580
Diffstat (limited to 'audio/cd-discid')
-rw-r--r--audio/cd-discid/Makefile10
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>