diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-03 21:39:30 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-03 21:39:30 +0800 |
commit | 253548de9f3ec6ec5f69640b1c275191f09876bd (patch) | |
tree | abce6f5e3d4405a111c00f92f19e102b3f7e09f9 /print | |
parent | 735fb5da8c35fbf12b7010c26125367f8737a7cf (diff) | |
download | freebsd-ports-gnome-253548de9f3ec6ec5f69640b1c275191f09876bd.tar.gz freebsd-ports-gnome-253548de9f3ec6ec5f69640b1c275191f09876bd.tar.zst freebsd-ports-gnome-253548de9f3ec6ec5f69640b1c275191f09876bd.zip |
- Stage support
Diffstat (limited to 'print')
-rw-r--r-- | print/openprinting/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/print/openprinting/Makefile b/print/openprinting/Makefile index 5828b1573b6b..7fb009041e40 100644 --- a/print/openprinting/Makefile +++ b/print/openprinting/Makefile @@ -17,8 +17,7 @@ COMMENT= Sun's implementation of the OpenPrinting API (PAPI) WRKSRC= ${WRKDIR}/papi-${PORTVERSION}_beta USE_BZIP2= yes -USE_GMAKE= yes -USES= gettext iconv +USES= gettext iconv gmake USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/libexec @@ -44,7 +43,6 @@ MAKE_ARGS= LIBTOOL="${LIBTOOL} --tag=disable-static" # MOD_IPP "Build example mod_ipp.so for Apache" Off # PSM_CUPS "Build psm_cups.so for printing to CUPS" Off -NO_STAGE= yes .include <bsd.port.options.mk> # NOTE: hard dependency on gettext() in distfiles. @@ -69,8 +67,6 @@ CONFIGURE_ARGS+=--with-cups=${LOCALBASE} CONFIGURE_ARGS+=--without-cups .endif -MANCOMPRESSED= no -MAN5= psm-ipp.5 PLIST_DIRS+= man/mani @@ -97,7 +93,8 @@ PLIST_FILES+=\ libexec/psm-lpd.la \ libexec/psm-ipp.so \ libexec/psm-ipp.la \ - libexec/lpd-port + libexec/lpd-port \ + man/man5/psm-ipp.5.gz .if defined(WITH_PSM_CUPS) PLIST_FILES+=\ |