aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-09-23 06:03:58 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-09-23 06:03:58 +0000
commitfdbe4ab631587e494af7664b767d009f50a7b505 (patch)
treeb993b0f29769c9794e80b9f161d367af0791652c
parent50e29a5e62393aacd1a6143cdfebe71d90081a12 (diff)
downloadports-fdbe4ab631587e494af7664b767d009f50a7b505.tar.gz
ports-fdbe4ab631587e494af7664b767d009f50a7b505.zip
- Chase mail/eps Makefile rev 1.3: install headers in include/eps
PR: ports/116463 Submitted by: Vladimir Korkodinov <viper at perm.raid.ru>
Notes
Notes: svn path=/head/; revision=199948
-rw-r--r--net/astfax/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/astfax/Makefile b/net/astfax/Makefile
index 784fe1cab9df..3509d7330a78 100644
--- a/net/astfax/Makefile
+++ b/net/astfax/Makefile
@@ -7,6 +7,7 @@
PORTNAME= astfax
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.inter7.com/astfax/
@@ -24,7 +25,7 @@ MAKE_ENV+= DEFS="${CFLAGS}"
post-patch:
@${REINPLACE_CMD} -e 's|^CC =|CC \?=|' \
-e 's|^DEFS =|DEFS \?=|' \
- -e 's|\/usr\/include\/eps|${LOCALBASE}\/include|' \
+ -e 's|\/usr\/include\/eps|${LOCALBASE}\/include\/eps|' \
-e 's|^LIBS=-leps|LIBS=-leps -L${LOCALBASE}\/lib|' \
${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|"\/tmp"|"\/var\/tmp"|' \