diff options
Diffstat (limited to 'mail/eps/Makefile')
-rw-r--r-- | mail/eps/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/eps/Makefile b/mail/eps/Makefile index a292de38a3ed..c4304a6d1d5d 100644 --- a/mail/eps/Makefile +++ b/mail/eps/Makefile @@ -7,6 +7,7 @@ PORTNAME= eps PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.inter7.com/eps/ @@ -24,7 +25,8 @@ post-patch: do-install: ${INSTALL_DATA} ${WRKSRC}/libeps.a ${PREFIX}/lib - ${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/ + ${MKDIR} ${PREFIX}/include/eps + ${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/eps .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |