aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"|' \