diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-03-08 14:27:43 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-03-08 14:27:43 +0000 |
commit | 15934898f4e6c3a5795e843dab3c6276b4e543f5 (patch) | |
tree | ee2f3d80c6731c195d80adb1544e99bf10af8e45 /print/cups-pdf/Makefile | |
parent | 51612d932316979f1cc8fca0af0f740a5ee95414 (diff) | |
download | ports-15934898f4e6c3a5795e843dab3c6276b4e543f5.tar.gz ports-15934898f4e6c3a5795e843dab3c6276b4e543f5.zip |
Notes
Diffstat (limited to 'print/cups-pdf/Makefile')
-rw-r--r-- | print/cups-pdf/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/print/cups-pdf/Makefile b/print/cups-pdf/Makefile index dbd315e3f1a6..b1df0d33efca 100644 --- a/print/cups-pdf/Makefile +++ b/print/cups-pdf/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cups-pdf -PORTVERSION= 1.6.5 +PORTVERSION= 1.7.0 CATEGORIES= print MASTER_SITES= http://cip.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -24,8 +24,7 @@ USE_REINPLACE= yes USE_GHOSTSCRIPT_RUN= yes SUBST_CMD= -e "s,/usr/bin/gs,${LOCALBASE}/bin/gs," \ - -e 's,-s /bin/sh,,' \ - -e 's,/bin/su,/usr/bin/su,' \ + -e 's,/var/tmp,/tmp,' \ -e 's,"lp","daemon",' \ -e 's,/var/spool/cups-pdf/SPOOL,/var/spool/cups-pdf,' @@ -76,7 +75,7 @@ post-configure: @${GUNZIP_CMD} ${WRKSRC}/extra/PostscriptColor.ppd.gz do-build: - cd ${WRKSRC}/src; gcc ${CFLAGS} -o cups-pdf cups-pdf.c + cd ${WRKSRC}/src; ${CC} ${CFLAGS} -o cups-pdf cups-pdf.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/cups-pdf ${LOCALBASE}/libexec/cups/backend |