aboutsummaryrefslogtreecommitdiff
path: root/audio/mctoolame-decoder
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-05-11 03:18:35 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-05-11 03:18:35 +0000
commit6872036594661b4b1221366a8b9e619b1ad07f6c (patch)
treeb0ab782508a17e629bd5465a228bc1fc09300b4e /audio/mctoolame-decoder
parent3b47b59a823cf67f637cf5a5541462abac5f3fd8 (diff)
downloadports-6872036594661b4b1221366a8b9e619b1ad07f6c.tar.gz
ports-6872036594661b4b1221366a8b9e619b1ad07f6c.zip
o Fix typo: use PKGNAMESUFFIX for naming destination directories
when installing docs o Bump PORTREVISION due to installation fix Prompted by: bento
Notes
Notes: svn path=/head/; revision=80643
Diffstat (limited to 'audio/mctoolame-decoder')
-rw-r--r--audio/mctoolame-decoder/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/mctoolame-decoder/Makefile b/audio/mctoolame-decoder/Makefile
index ec859489d3ab..be02468130fb 100644
--- a/audio/mctoolame-decoder/Makefile
+++ b/audio/mctoolame-decoder/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mctoolame
PORTVERSION= 0.1.a
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -58,8 +59,8 @@ post-configure:
do-install:
.ifndef(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}/html
- @${INSTALL_DATA} ${WRKSRC}/html/* ${DOCSDIR}/html
+ @${MKDIR} ${DOCSDIR}${PKGNAMESUFFIX}/html
+ @${INSTALL_DATA} ${WRKSRC}/html/* ${DOCSDIR}${PKGNAMESUFFIX}/html
.endif
@${INSTALL_PROGRAM} ${WRKSRC}/mctoolamed ${PREFIX}/bin