aboutsummaryrefslogtreecommitdiff
path: root/print/pdflib/Makefile
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-06-21 15:49:49 +0000
committerPatrick Li <pat@FreeBSD.org>2002-06-21 15:49:49 +0000
commit15b35ffaea08acdf8c14ea61767dbb931ac1b83f (patch)
tree5dd65a73c47426402593b1a24753f13a0f865127 /print/pdflib/Makefile
parent7fcf44a8cdb2719bf7bc3b2552d958d96bfc7949 (diff)
downloadports-15b35ffaea08acdf8c14ea61767dbb931ac1b83f.tar.gz
ports-15b35ffaea08acdf8c14ea61767dbb931ac1b83f.zip
Notes
Diffstat (limited to 'print/pdflib/Makefile')
-rw-r--r--print/pdflib/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile
index af5205fe8c7f..f1327ce6462b 100644
--- a/print/pdflib/Makefile
+++ b/print/pdflib/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pdflib
-PORTVERSION= 4.0.2
+PORTVERSION= 4.0.3
CATEGORIES= print
MASTER_SITES= http://www.pdflib.com/pdflib/download/
@@ -15,15 +15,13 @@ MAINTAINER= sysadmin@alexdupre.com
RESTRICTED= "many odd restrictions on usage and distribution"
INSTALLS_SHLIB= yes
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-LIBTOOLFILES= config/aclocal.m4
USE_PERL5= yes
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-cxx
post-install:
.if !defined(NOPORTDOCS)
- ${INSTALL} -d -o ${DOCOWN} -g ${DOCGRP} ${DOCSDIR}
+ ${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
.endif