aboutsummaryrefslogtreecommitdiff
path: root/graphics/hobbes-icons-xpm
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-10-27 22:29:46 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-10-27 22:29:46 +0000
commit338eecf23761d8a27351a0657ead88ab54a8f9da (patch)
tree2f75f2dd22479e7d9e0d627ea798a4d2a036e75f /graphics/hobbes-icons-xpm
parent2078f2a7ae31de5a4474e59c2d813276c225277f (diff)
downloadports-338eecf23761d8a27351a0657ead88ab54a8f9da.tar.gz
ports-338eecf23761d8a27351a0657ead88ab54a8f9da.zip
Notes
Diffstat (limited to 'graphics/hobbes-icons-xpm')
-rw-r--r--graphics/hobbes-icons-xpm/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/graphics/hobbes-icons-xpm/Makefile b/graphics/hobbes-icons-xpm/Makefile
index 703fea3a0bd3..de9d6b2d6c84 100644
--- a/graphics/hobbes-icons-xpm/Makefile
+++ b/graphics/hobbes-icons-xpm/Makefile
@@ -11,26 +11,25 @@ DISTNAME= ${PORTNAME}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Collection of over 3000 icons in XPM3 format
-NO_STAGE= yes
NO_BUILD= yes
+NEED_ROOT= yes
-# Where it will be installed (change pkg/PLIST if you change this)
-LIBDIR= ${PREFIX}/include/X11/pixmaps
+LIBDIR= ${STAGEDIR}${PREFIX}/include/X11/pixmaps
.include <bsd.port.options.mk>
do-install:
${MKDIR} ${LIBDIR}
- ${CP} -R ${WRKSRC}/* ${LIBDIR}
+ ${CP} -R ${WRKSRC}/* ${LIBDIR}/
${CHOWN} -R ${BINOWN}:${BINGRP} ${LIBDIR}
-${RM} ${LIBDIR}/README
-${RM} ${LIBDIR}/readem.shar
.if ${PORT_OPTIONS:MDOCS}
post-install:
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
- ${INSTALL_SCRIPT} ${WRKSRC}/*.shar ${DOCSDIR}/
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/
+ ${INSTALL_SCRIPT} ${WRKSRC}/*.shar ${STAGEDIR}${DOCSDIR}/
.endif
.include <bsd.port.mk>