1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

- Chase mail/eps Makefile rev 1.3: install headers in include/eps

PR:		ports/116463
Submitted by:	Vladimir Korkodinov <viper at perm.raid.ru>
This commit is contained in:
Rong-En Fan 2007-09-23 06:03:58 +00:00
parent 50e29a5e62
commit fdbe4ab631
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199948

View File

@ -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"|' \