diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-01 04:12:12 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-01 04:12:12 +0800 |
commit | 27359effd97f35ff8efb65174ff3a20dee36b3e9 (patch) | |
tree | 4dbe97074bbb5294a2fede2d85f0417a321db05a /science | |
parent | a3687c8e8dcfd117698e0b9e47e1ae33fc2761d5 (diff) | |
download | freebsd-ports-gnome-27359effd97f35ff8efb65174ff3a20dee36b3e9.tar.gz freebsd-ports-gnome-27359effd97f35ff8efb65174ff3a20dee36b3e9.tar.zst freebsd-ports-gnome-27359effd97f35ff8efb65174ff3a20dee36b3e9.zip |
Convert to options target helper
Diffstat (limited to 'science')
-rw-r--r-- | science/szip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/szip/Makefile b/science/szip/Makefile index de6fdf552d93..79971d7ee0b7 100644 --- a/science/szip/Makefile +++ b/science/szip/Makefile @@ -27,7 +27,7 @@ USES= libtool PORTDOCS= Release_notes_2_0.pdf -post-install: +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${INSTALL_DATA} ${DISTDIR}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ |