diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2010-08-21 20:01:17 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2010-08-21 20:01:17 +0000 |
commit | d00d8a05db3f29e07b7ab83daba101ff662543ee (patch) | |
tree | 1c64b2b1359fedc9d1c1a30778cbc0d8fcbac846 /print/openprinting | |
parent | 9ecb741774bcf7698f0552feb867ae4a8c562d01 (diff) | |
download | ports-d00d8a05db3f29e07b7ab83daba101ff662543ee.tar.gz ports-d00d8a05db3f29e07b7ab83daba101ff662543ee.zip |
. unbreak by fixing plist;
. bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=259692
Diffstat (limited to 'print/openprinting')
-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 \ |