diff options
author | ahze <ahze@FreeBSD.org> | 2007-08-22 22:37:36 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-08-22 22:37:36 +0800 |
commit | 1a1a88665f08fa16cf71687bef65ab17332b00c7 (patch) | |
tree | 32e8da74614a27325d3864a7a8fcf78dcbb29800 /mail/eps | |
parent | d60d474347d4d7dd84e52a759dc370452389dd8e (diff) | |
download | freebsd-ports-gnome-1a1a88665f08fa16cf71687bef65ab17332b00c7.tar.gz freebsd-ports-gnome-1a1a88665f08fa16cf71687bef65ab17332b00c7.tar.zst freebsd-ports-gnome-1a1a88665f08fa16cf71687bef65ab17332b00c7.zip |
- Install header files in include/eps instead of include/ to not conflict
with ffmpeg
PR: ports/115038
Approved by: maintainer timeout
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 |