diff options
author | ale <ale@FreeBSD.org> | 2004-01-31 09:27:46 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-01-31 09:27:46 +0800 |
commit | 12ccfd799baee877dc2122b41a76436247436e90 (patch) | |
tree | c17cef3232ee8e9470899b3692867ccfb80a54fe /print | |
parent | 9dd471875f98bf94d1179da98b3f0857b5709314 (diff) | |
download | freebsd-ports-gnome-12ccfd799baee877dc2122b41a76436247436e90.tar.gz freebsd-ports-gnome-12ccfd799baee877dc2122b41a76436247436e90.tar.zst freebsd-ports-gnome-12ccfd799baee877dc2122b41a76436247436e90.zip |
Fix installation of pdflib-perl.
Reported by: bento via kris
Approved by: nork (mentor/implicitly)
Diffstat (limited to 'print')
-rw-r--r-- | print/pdflib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile index 9ebd97d39ef6..5b090fdd6275 100644 --- a/print/pdflib/Makefile +++ b/print/pdflib/Makefile @@ -40,6 +40,7 @@ PLIST_SUB= PERL="@comment " post-patch: @${REINPLACE_CMD} -e "s|\(PDFLIB_LTCURRENT\)=4|\1=6|g" ${WRKSRC}/configure + @${REINPLACE_CMD} -e "s|SWIG_LIB|LIBNAME|g" ${WRKSRC}/bind/pdflib/perl/Makefile post-install: ${MKDIR} ${DATADIR}/fonts |