summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2001-09-27 00:11:21 +0000
committerlioux <lioux@FreeBSD.org>2001-09-27 00:11:21 +0000
commit17b77334e0ed9bbcde8ce9cba2ee0225a631aba5 (patch)
tree21c5a4a7c9ae32423de322d41ecf0584e80ef09d /sysutils
parent06eca6dfeaf7e33478469c058c77cf00ee6b7200 (diff)
downloadFreeBSD-ports-17b77334e0ed9bbcde8ce9cba2ee0225a631aba5.zip
FreeBSD-ports-17b77334e0ed9bbcde8ce9cba2ee0225a631aba5.tar.gz
Fix DATADIR and DOCSDIR installation since this port has PKGNAMESUFFIX
defined PR: 30853 Submitted by: MAINTAINER
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/wmcube-gdk/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/wmcube-gdk/Makefile b/sysutils/wmcube-gdk/Makefile
index 74f601e..09b7c2f 100644
--- a/sysutils/wmcube-gdk/Makefile
+++ b/sysutils/wmcube-gdk/Makefile
@@ -27,15 +27,15 @@ do-install:
post-install:
.for files in *.wmc
- @${MKDIR} ${PREFIX}/share/${DISTNAME}
+ @${MKDIR} ${DATADIR}${PKGNAMESUFFIX}
@${INSTALL_DATA} ${WRKSRC}/3dObjects/${files} \
- ${PREFIX}/share/${DISTNAME}
+ ${DATADIR}${PKGNAMESUFFIX}
.endfor
.ifndef(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/${DISTNAME}
+ @${MKDIR} ${DOCSDIR}${PKGNAMESUFFIX}
.for file in CHANGES README README.GDK TODO
@${INSTALL_DATA} ${WRKSRC}/${file} \
- ${PREFIX}/share/doc/${DISTNAME}
+ ${DOCSDIR}${PKGNAMESUFFIX}
.endfor
.endif #NOPORTDOCS
@${SED} -e "s|%%PREFIX%%|${PREFIX}|" ${PKGMESSAGE}
OpenPOWER on IntegriCloud