diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-08-22 14:37:36 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-08-22 14:37:36 +0000 |
commit | 9fbadc09144c55c6ece5d0d7f86d764ce292b259 (patch) | |
tree | abd74ff7d9a7d044c6ad086481807eec24fcbe51 /mail/eps | |
parent | 827425a650072ad7659f281939e35892c6a1685a (diff) | |
download | ports-9fbadc09144c55c6ece5d0d7f86d764ce292b259.tar.gz ports-9fbadc09144c55c6ece5d0d7f86d764ce292b259.zip |
Notes
Diffstat (limited to 'mail/eps')
-rw-r--r-- | mail/eps/Makefile | 4 | ||||
-rw-r--r-- | mail/eps/pkg-plist | 37 |
2 files changed, 22 insertions, 19 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} diff --git a/mail/eps/pkg-plist b/mail/eps/pkg-plist index 2cf495bc4f22..8b5614627232 100644 --- a/mail/eps/pkg-plist +++ b/mail/eps/pkg-plist @@ -1,19 +1,20 @@ -include/address.h -include/base64.h -include/boundary.h -include/buffer.h -include/content.h -include/email.h -include/eps.h -include/fold.h -include/header.h -include/int_buffer.h -include/int_stream.h -include/interface.h -include/line.h -include/mime.h -include/misc.h -include/qp.h -include/rfc2822.h -include/unfold.h +include/eps/address.h +include/eps/base64.h +include/eps/boundary.h +include/eps/buffer.h +include/eps/content.h +include/eps/email.h +include/eps/eps.h +include/eps/fold.h +include/eps/header.h +include/eps/int_buffer.h +include/eps/int_stream.h +include/eps/interface.h +include/eps/line.h +include/eps/mime.h +include/eps/misc.h +include/eps/qp.h +include/eps/rfc2822.h +include/eps/unfold.h lib/libeps.a +@dirrm include/eps |