diff options
author | lioux <lioux@FreeBSD.org> | 2003-05-11 11:18:35 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-05-11 11:18:35 +0800 |
commit | 8320cd244ecda1d39eeec0afb79e274d2e743bf5 (patch) | |
tree | 6e79a32c9d555f278aa77973389713a2ef1cb8ff /audio/mctoolame-decoder | |
parent | f2f0e9bdc169aaea5c518bdd14999362d657be59 (diff) | |
download | freebsd-ports-gnome-8320cd244ecda1d39eeec0afb79e274d2e743bf5.tar.gz freebsd-ports-gnome-8320cd244ecda1d39eeec0afb79e274d2e743bf5.tar.zst freebsd-ports-gnome-8320cd244ecda1d39eeec0afb79e274d2e743bf5.zip |
o Fix typo: use PKGNAMESUFFIX for naming destination directories
when installing docs
o Bump PORTREVISION due to installation fix
Prompted by: bento
Diffstat (limited to 'audio/mctoolame-decoder')
-rw-r--r-- | audio/mctoolame-decoder/Makefile | 5 |
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 |