aboutsummaryrefslogtreecommitdiff
path: root/mail/eps
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-21 08:43:22 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-21 08:43:22 +0000
commit64110b36f6888d7900d8ba38f05fed903316c3aa (patch)
treed11751887e3b1d624eb5ef562c15e891ddeca2f2 /mail/eps
parentf16fe0a93173c53c53f89b6189033e3c4fb6cf32 (diff)
downloadports-64110b36f6888d7900d8ba38f05fed903316c3aa.tar.gz
ports-64110b36f6888d7900d8ba38f05fed903316c3aa.zip
Notes
Diffstat (limited to 'mail/eps')
-rw-r--r--mail/eps/Makefile15
1 files changed, 5 insertions, 10 deletions
diff --git a/mail/eps/Makefile b/mail/eps/Makefile
index 47fcc21bcd1c..6d575ec59820 100644
--- a/mail/eps/Makefile
+++ b/mail/eps/Makefile
@@ -14,7 +14,6 @@ OPTIONS_DEFINE= DOCS
USE_CSTD= gnu89
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
@@ -31,14 +30,10 @@ post-patch:
${WRKSRC}/Makefile
do-install:
- ${INSTALL_DATA} ${WRKSRC}/libeps.a ${PREFIX}/lib
- ${MKDIR} ${PREFIX}/include/eps
- ${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/eps
-
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/${PORTDOCS} ${DOCSDIR}
- @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
-.endif
+ ${INSTALL_DATA} ${WRKSRC}/libeps.a ${STAGEDIR}${PREFIX}/lib
+ ${MKDIR} ${STAGEDIR}${PREFIX}/include/eps
+ ${INSTALL_DATA} ${WRKSRC}/*.h ${STAGEDIR}${PREFIX}/include/eps
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.post.mk>