diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-07-15 11:38:16 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-07-15 11:38:16 +0800 |
commit | 7b1dce4fc150f1a5f7d65c34eb7528249f841170 (patch) | |
tree | f1532408a03ccbab888507bf7d10a66fc04e808c /lang | |
parent | 07ed9b9ddf6125cdb69172e9a2c7841f39a574a8 (diff) | |
download | freebsd-ports-gnome-7b1dce4fc150f1a5f7d65c34eb7528249f841170.tar.gz freebsd-ports-gnome-7b1dce4fc150f1a5f7d65c34eb7528249f841170.tar.zst freebsd-ports-gnome-7b1dce4fc150f1a5f7d65c34eb7528249f841170.zip |
Stagify.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ocaml-autoconf/Makefile | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/lang/ocaml-autoconf/Makefile b/lang/ocaml-autoconf/Makefile index 6211a2e204e2..99777901a422 100644 --- a/lang/ocaml-autoconf/Makefile +++ b/lang/ocaml-autoconf/Makefile @@ -17,18 +17,13 @@ WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}-1.0 DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} AC_SUBDIR= ${PREFIX}/share/aclocal PLIST_FILES= share/aclocal/ocaml.m4 +OPTIONS_DEFINE= DOCS +PORTDOCS= * -.if !defined(NOPORTDOCS) -PORTDOCS= ocaml.m4.txt -.endif - -NO_STAGE= yes do-install: - ${MKDIR} ${AC_SUBDIR}/ - ${INSTALL_DATA} ${WRKSRC}/ocaml.m4 ${AC_SUBDIR}/ -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR}/ - ${INSTALL_DATA} ${WRKSRC}/ocaml.m4.txt ${DOCSDIR}/ -.endif + ${MKDIR} ${STAGEDIR}${AC_SUBDIR}/ + ${INSTALL_DATA} ${WRKSRC}/ocaml.m4 ${STAGEDIR}${AC_SUBDIR}/ + ${MKDIR} ${STAGEDIR}${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/ocaml.m4.txt ${STAGEDIR}${DOCSDIR}/ .include <bsd.port.mk> |