diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-09-23 06:03:58 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-09-23 06:03:58 +0000 |
commit | fdbe4ab631587e494af7664b767d009f50a7b505 (patch) | |
tree | b993b0f29769c9794e80b9f161d367af0791652c /net/astfax | |
parent | 50e29a5e62393aacd1a6143cdfebe71d90081a12 (diff) | |
download | ports-fdbe4ab631587e494af7664b767d009f50a7b505.tar.gz ports-fdbe4ab631587e494af7664b767d009f50a7b505.zip |
Notes
Diffstat (limited to 'net/astfax')
-rw-r--r-- | net/astfax/Makefile | 3 |
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"|' \ |