diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 21:58:59 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 21:58:59 +0000 |
commit | dd46e5cccaacbd51b3bbcf35c2de7103807d58d7 (patch) | |
tree | d8084516dc80c7b479e4c7732acd38936218e625 /print/gl2ps | |
parent | aaf137da80ada2738b6f5f0aea39b6df968c5a82 (diff) |
Notes
Diffstat (limited to 'print/gl2ps')
-rw-r--r-- | print/gl2ps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/gl2ps/Makefile b/print/gl2ps/Makefile index 9ac6917a9cf3..5201c3bd63b0 100644 --- a/print/gl2ps/Makefile +++ b/print/gl2ps/Makefile @@ -15,6 +15,8 @@ USE_XORG= x11 xmu xi USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-source +OPTIONS_DEFINE= DOCS + pre-build: @${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile @@ -33,9 +35,7 @@ do-install: s|%%LOCALBASE%%|${LOCALBASE}|g' \ <${FILESDIR}/Makefile.ex >${STAGEDIR}${EXAMPLESDIR}/Makefile -.ifndef (NOPORTDOCS) @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/gl2ps.pdf ${STAGEDIR}${DOCSDIR} -.endif .include <bsd.port.mk> |