Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Oct 2015 18:00:45 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398709 - head/print/openprinting
Message-ID:  <201510061800.t96I0jqX073013@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Oct  6 18:00:45 2015
New Revision: 398709
URL: https://svnweb.freebsd.org/changeset/ports/398709

Log:
  - Unstage stuff not included into plist to fix stage-qa, assuming it's not needed in this port
  - Sort plist

Modified:
  head/print/openprinting/Makefile

Modified: head/print/openprinting/Makefile
==============================================================================
--- head/print/openprinting/Makefile	Tue Oct  6 17:55:24 2015	(r398708)
+++ head/print/openprinting/Makefile	Tue Oct  6 18:00:45 2015	(r398709)
@@ -52,27 +52,27 @@ CONFIGURE_ARGS+=--without-cups
 .endif
 
 PLIST_FILES+=\
-	include/papi.h \
-	include/ipp.h \
 	include/debug.h \
-	include/http.h \
 	include/http-private.h \
+	include/http.h \
 	include/ipp-listener.h \
-	lib/libpapi-common.so \
-	lib/libpapi-common.so.0 \
-	lib/libpapi-common.so.0.0.0 \
-	lib/libpapi.so \
-	lib/libpapi.so.0 \
-	lib/libpapi.so.0.0.0 \
+	include/ipp.h \
+	include/papi.h \
 	lib/libipp-core.so \
 	lib/libipp-core.so.0 \
 	lib/libipp-core.so.0.0.0 \
 	lib/libipp-listener.so \
 	lib/libipp-listener.so.0 \
 	lib/libipp-listener.so.0.0.0 \
-	libexec/psm-lpd.so \
-	libexec/psm-ipp.so \
+	lib/libpapi-common.so \
+	lib/libpapi-common.so.0 \
+	lib/libpapi-common.so.0.0.0 \
+	lib/libpapi.so \
+	lib/libpapi.so.0 \
+	lib/libpapi.so.0.0.0 \
 	libexec/lpd-port \
+	libexec/psm-ipp.so \
+	libexec/psm-lpd.so \
 	man/man5/psm-ipp.5.gz
 
 .if defined(WITH_PSM_CUPS)
@@ -91,4 +91,9 @@ post-patch:
 		${WRKSRC}/source/libpapi-cups/Makefile.in \
 		${WRKSRC}/source/libpapi-dynamic/Makefile.in
 
+post-install:
+.for unneeded in bin sbin man/man1 man/mani share
+	@${RM} -rf ${STAGEDIR}${PREFIX}/${unneeded}
+.endfor
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510061800.t96I0jqX073013>