diff options
author | tg <tg@FreeBSD.org> | 1997-12-01 08:07:14 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-12-01 08:07:14 +0000 |
commit | 755090ba9a905872ebf627ba3d19782da84e4188 (patch) | |
tree | f3180c47d2643bb55e3f94ef15caa5ca1adcf4b0 /comms/hylafax | |
parent | a6754d934bfe474c6982de2e5125244f1da08898 (diff) | |
download | FreeBSD-ports-755090ba9a905872ebf627ba3d19782da84e4188.zip FreeBSD-ports-755090ba9a905872ebf627ba3d19782da84e4188.tar.gz |
Use new location for tiff34 headers.
Diffstat (limited to 'comms/hylafax')
-rw-r--r-- | comms/hylafax/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 36499fd..57d25ac 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Apr 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.9 1997/05/29 06:49:15 asami Exp $ +# $Id: Makefile,v 1.10 1997/11/05 15:37:36 tg Exp $ # DISTNAME= hylafax-v4.0pl1 @@ -26,7 +26,7 @@ USE_GMAKE= yes CONFIGURE_ARGS= --with-INSTALL="" \ --with-MAKE=gmake --with-CC=/usr/bin/cc \ --with-LIBTIFF="-L${PREFIX}/lib -ltiff34 -ljpeg" \ - --with-TIFFINC="${WRKSRC}" + --with-TIFFINC="${PREFIX}/include/tiff34" HAS_CONFIGURE= yes MAN1= hylafax.1 faxalter.1 faxcover.1 faxmail.1 faxrm.1 faxstat.1 sendfax.1 \ sendpage.1 sgi2fax.1 textfmt.1 @@ -44,14 +44,6 @@ MAN8= cqtest.8c choptest.8c dialtest.8c faxabort.8c faxaddmodem.8c \ SUID_EXES= ${PREFIX}/sbin/faxgetty ${PREFIX}/sbin/faxq \ ${PREFIX}/bin/faxrm ${PREFIX}/bin/faxalter -# for tiff34 -pre-configure: - @${RM} -f ${WRKSRC}/tiff.h - @${RM} -f ${WRKSRC}/tiffio.h - @ln -s ${PREFIX}/include/tiff34.h ${WRKSRC}/tiff34.h - @ln -s ${PREFIX}/include/tiff34.h ${WRKSRC}/tiff.h - @ln -s ${PREFIX}/include/tiffio34.h ${WRKSRC}/tiffio.h - post-install: chown uucp ${SUID_EXES} chmod 4555 ${SUID_EXES} |