diff options
author | rafan <rafan@FreeBSD.org> | 2007-09-23 14:03:58 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-09-23 14:03:58 +0800 |
commit | 12f6ff82c14298cda45f4213d49eff603c5ff045 (patch) | |
tree | 7011dba3a67bb43ad0463cbbc8bd29becf825b31 /net/astfax | |
parent | 0e1cc4cf67b6f54a9c410d14db95bdb3b371a292 (diff) | |
download | freebsd-ports-gnome-12f6ff82c14298cda45f4213d49eff603c5ff045.tar.gz freebsd-ports-gnome-12f6ff82c14298cda45f4213d49eff603c5ff045.tar.zst freebsd-ports-gnome-12f6ff82c14298cda45f4213d49eff603c5ff045.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>
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"|' \ |