mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Unstage stuff not included into plist to fix stage-qa, assuming it's not needed in this port
- Sort plist
This commit is contained in:
parent
e1c06cf7e7
commit
da2408ae40
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398709
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user