diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-30 04:04:00 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-30 04:04:00 +0800 |
commit | 00dd2821a3f1b0277ad0262ebe8ec6e1ef707946 (patch) | |
tree | 3075134b3992a11efe46b28b7e9593262362018f | |
parent | 1d91316d3e869f5728d0666ee9b75f514cd0f27b (diff) | |
download | freebsd-ports-gnome-00dd2821a3f1b0277ad0262ebe8ec6e1ef707946.tar.gz freebsd-ports-gnome-00dd2821a3f1b0277ad0262ebe8ec6e1ef707946.tar.zst freebsd-ports-gnome-00dd2821a3f1b0277ad0262ebe8ec6e1ef707946.zip |
Convert to STAGEDIR
-rw-r--r-- | sysutils/py-analyzemft/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/py-analyzemft/Makefile b/sysutils/py-analyzemft/Makefile index 62448b6b83cc..38abbe60a255 100644 --- a/sysutils/py-analyzemft/Makefile +++ b/sysutils/py-analyzemft/Makefile @@ -25,13 +25,12 @@ PORTDOCS= README.txt OPTIONS_DEFINE= DOCS -NO_STAGE= yes .include <bsd.port.options.mk> post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .endif .include <bsd.port.mk> |