aboutsummaryrefslogtreecommitdiff
path: root/security/libgpg-error
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-01-31 14:22:18 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-01-31 14:22:18 +0000
commita305595701ac16f664ad1ca8177f63e4be837e5d (patch)
treedca763c14a19db919a03cd78a9b2578c5097c1f0 /security/libgpg-error
parenteb1cee7fe1cf859ae69762ef01b01a3d0323e769 (diff)
downloadports-a305595701ac16f664ad1ca8177f63e4be837e5d.tar.gz
ports-a305595701ac16f664ad1ca8177f63e4be837e5d.zip
Notes
Diffstat (limited to 'security/libgpg-error')
-rw-r--r--security/libgpg-error/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile
index 09bf187066f9..17d57ddd7cf0 100644
--- a/security/libgpg-error/Makefile
+++ b/security/libgpg-error/Makefile
@@ -19,7 +19,6 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
@@ -34,10 +33,8 @@ PLIST_SUB= NLS="@comment "
DOCS= AUTHORS ChangeLog NEWS README
-.if ${PORT_OPTIONS:MDOCS}
post-install:
- @${MKDIR} ${DOCSDIR}
- cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
-.endif
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>