diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-26 18:26:14 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-26 18:26:14 +0000 |
commit | f3ace4251bf81537fd95588af145d9d6d6e40008 (patch) | |
tree | 6b4799b0cf7b3d20af9184999a4aa0c2ebcba9ce /graphics/hobbes-icons-xpm | |
parent | 387330411881d2d22bd6749ac2a3caafb0d8c0fb (diff) | |
download | ports-f3ace4251bf81537fd95588af145d9d6d6e40008.tar.gz ports-f3ace4251bf81537fd95588af145d9d6d6e40008.zip |
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=395389
Diffstat (limited to 'graphics/hobbes-icons-xpm')
-rw-r--r-- | graphics/hobbes-icons-xpm/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/hobbes-icons-xpm/Makefile b/graphics/hobbes-icons-xpm/Makefile index 56c882beb361..ef616cf8e73a 100644 --- a/graphics/hobbes-icons-xpm/Makefile +++ b/graphics/hobbes-icons-xpm/Makefile @@ -12,24 +12,21 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Collection of over 3000 icons in XPM3 format NO_BUILD= yes +NO_ARCH= yes LIBDIR= ${STAGEDIR}${PREFIX}/include/X11/pixmaps OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - do-install: ${MKDIR} ${LIBDIR} ${CP} -R ${WRKSRC}/* ${LIBDIR}/ -${RM} ${LIBDIR}/README -${RM} ${LIBDIR}/readem.shar -.if ${PORT_OPTIONS:MDOCS} -post-install: +do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ ${INSTALL_SCRIPT} ${WRKSRC}/*.shar ${STAGEDIR}${DOCSDIR}/ -.endif .include <bsd.port.mk> |