diff options
author | bsam <bsam@FreeBSD.org> | 2010-08-22 04:01:17 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2010-08-22 04:01:17 +0800 |
commit | f775af28f5f9ce24449d82e71a8caa2c69e1444b (patch) | |
tree | 1d7dcc414eeb0ed38778cb8cea592ad78d3ed7c4 /print | |
parent | 75fbe3377fe01cb13f8babf3048d2e1e57e8eecf (diff) | |
download | freebsd-ports-gnome-f775af28f5f9ce24449d82e71a8caa2c69e1444b.tar.gz freebsd-ports-gnome-f775af28f5f9ce24449d82e71a8caa2c69e1444b.tar.zst freebsd-ports-gnome-f775af28f5f9ce24449d82e71a8caa2c69e1444b.zip |
. unbreak by fixing plist;
. bump PORTREVISION.
Diffstat (limited to 'print')
-rw-r--r-- | print/openprinting/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/print/openprinting/Makefile b/print/openprinting/Makefile index fbcc2192b889..a59898e0f837 100644 --- a/print/openprinting/Makefile +++ b/print/openprinting/Makefile @@ -7,7 +7,7 @@ PORTNAME= openprinting PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=\ @@ -18,8 +18,6 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Sun's implementation of the OpenPrinting API (PAPI) -BROKEN= incomplete plist - WRKSRC= ${WRKDIR}/papi-${PORTVERSION}_beta USE_BZIP2= yes @@ -77,6 +75,8 @@ CONFIGURE_ARGS+=--without-cups MANCOMPRESSED= no MAN5= psm-ipp.5 +PLIST_DIRS+= man/mani + PLIST_FILES+=\ include/papi.h \ include/ipp.h \ @@ -84,12 +84,16 @@ PLIST_FILES+=\ include/http.h \ include/http-private.h \ include/ipp-listener.h \ + lib/libpapi-common.so \ lib/libpapi-common.so.0 \ lib/libpapi-common.la \ + lib/libpapi.so \ lib/libpapi.so.0 \ lib/libpapi.la \ + lib/libipp-core.so \ lib/libipp-core.so.0 \ lib/libipp-core.la \ + lib/libipp-listener.so \ lib/libipp-listener.so.0 \ lib/libipp-listener.la \ libexec/psm-lpd.so \ |