aboutsummaryrefslogtreecommitdiff
path: root/graphics/hobbes-icons-xpm
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-04-22 20:36:25 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-04-22 20:36:25 +0000
commitd345bd51ae8eb321c8220431843ffb99be82ac1d (patch)
tree084dabfc2c91a5ce236a3c5ff1e4d066280a011d /graphics/hobbes-icons-xpm
parent3325b5d3dda34e07fdd78416c27615f68a054610 (diff)
downloadports-d345bd51ae8eb321c8220431843ffb99be82ac1d.tar.gz
ports-d345bd51ae8eb321c8220431843ffb99be82ac1d.zip
Notes
Diffstat (limited to 'graphics/hobbes-icons-xpm')
-rw-r--r--graphics/hobbes-icons-xpm/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/graphics/hobbes-icons-xpm/Makefile b/graphics/hobbes-icons-xpm/Makefile
index fc5d2b4e766a..348525ab20bd 100644
--- a/graphics/hobbes-icons-xpm/Makefile
+++ b/graphics/hobbes-icons-xpm/Makefile
@@ -16,18 +16,20 @@ NO_BUILD= yes
# Where it will be installed (change pkg/PLIST if you change this)
LIBDIR= ${PREFIX}/include/X11/pixmaps
+.include <bsd.port.options.mk>
+
do-install:
- @${MKDIR} ${LIBDIR}
+ ${MKDIR} ${LIBDIR}
${CP} -R ${WRKSRC}/* ${LIBDIR}
${CHOWN} -R ${BINOWN}:${BINGRP} ${LIBDIR}
-${RM} ${LIBDIR}/README
-${RM} ${LIBDIR}/readem.shar
+.if ${PORT_OPTIONS:MDOCS}
post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
- @${INSTALL_SCRIPT} ${WRKSRC}/*.shar ${DOCSDIR}
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
+ ${INSTALL_SCRIPT} ${WRKSRC}/*.shar ${DOCSDIR}/
.endif
.include <bsd.port.mk>