aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-21 16:30:18 +0800
committerbapt <bapt@FreeBSD.org>2014-01-21 16:30:18 +0800
commit4dd2158ab4248ba14f3d8e8cf1fe5b29c66a89a5 (patch)
treef9b80abef823dbf2f3ccf3c7806d83ef39b5b9df
parent90436b09744a98804b69968ab85f13947960af5e (diff)
downloadfreebsd-ports-gnome-4dd2158ab4248ba14f3d8e8cf1fe5b29c66a89a5.tar.gz
freebsd-ports-gnome-4dd2158ab4248ba14f3d8e8cf1fe5b29c66a89a5.tar.zst
freebsd-ports-gnome-4dd2158ab4248ba14f3d8e8cf1fe5b29c66a89a5.zip
Support stage
-rw-r--r--devel/libytnef/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/libytnef/Makefile b/devel/libytnef/Makefile
index 478ea88d49e8..92202ef7b603 100644
--- a/devel/libytnef/Makefile
+++ b/devel/libytnef/Makefile
@@ -10,17 +10,16 @@ MASTER_SITES= SF/ytnef/${PORTNAME}/${PORTVERSION}
MAINTAINER= delphus@gmail.com
COMMENT= Unpack data in MS Outlook TNEF format
+OPTIONS_DEFINE= DOCS
+
GNU_CONFIGURE= yes
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
PORTDOCS= AUTHORS NEWS README
-NO_STAGE= yes
post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
-.endif
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>