Minor pkg-plist fixes.
PR: 23806 Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
This commit is contained in:
parent
c76693c52b
commit
d8f88d6f7b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38728
9 changed files with 40 additions and 26 deletions
|
@ -1,3 +1,5 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/C/Scan.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/C/Scan/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/C/Scan
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/C 2> /dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/C 2> /dev/null || true
|
||||
|
|
|
@ -591,3 +591,4 @@ games/smacx/smacx
|
|||
@dirrm games/smacx/data/facs
|
||||
@dirrm games/smacx/data
|
||||
@dirrm games/smacx
|
||||
@unexec rmdir %D/games 2> /dev/null || true
|
||||
|
|
|
@ -1,3 +1,17 @@
|
|||
bin/amadmin
|
||||
bin/amcheck
|
||||
bin/amcheckdb
|
||||
bin/amcleanup
|
||||
bin/amdump
|
||||
bin/amflush
|
||||
bin/amlabel
|
||||
bin/amoverview
|
||||
bin/amrecover
|
||||
bin/amrestore
|
||||
bin/amrmtape
|
||||
bin/amtape
|
||||
bin/amtoc
|
||||
bin/amverify
|
||||
libexec/amanda/amandad
|
||||
libexec/amanda/amgetidx
|
||||
libexec/amanda/amidxtaped
|
||||
|
@ -15,32 +29,19 @@ libexec/amanda/no-changer
|
|||
libexec/amanda/patch-system
|
||||
libexec/amanda/planner
|
||||
libexec/amanda/reporter
|
||||
libexec/amanda/rth-changer
|
||||
libexec/amanda/rth-changer
|
||||
libexec/amanda/rundump
|
||||
libexec/amanda/runtar
|
||||
libexec/amanda/selfcheck
|
||||
libexec/amanda/sendbackup-dump
|
||||
libexec/amanda/sendbackup-gnutar
|
||||
libexec/amanda/sendbackup-gnutar
|
||||
libexec/amanda/sendindex
|
||||
libexec/amanda/sendsize
|
||||
libexec/amanda/taper
|
||||
libexec/amanda/versionsuffix
|
||||
bin/amadmin
|
||||
bin/amcheck
|
||||
bin/amcheckdb
|
||||
bin/amcleanup
|
||||
bin/amdump
|
||||
bin/amflush
|
||||
bin/amlabel
|
||||
bin/amoverview
|
||||
bin/amrecover
|
||||
bin/amrestore
|
||||
bin/amrmtape
|
||||
bin/amtape
|
||||
bin/amtoc
|
||||
bin/amverify
|
||||
share/examples/amanda/amanda.conf
|
||||
share/examples/amanda/chg-generic.conf
|
||||
share/examples/amanda/disklist
|
||||
@dirrm share/examples/amanda
|
||||
@dirrm libexec/amanda
|
||||
@unexec rmdir %D/etc/amanda 2> /dev/null || true
|
||||
|
|
|
@ -1,2 +1,5 @@
|
|||
news/bin/slurp
|
||||
news/lib/slurp.sys
|
||||
@unexec rmdir %D/news/lib 2> /dev/null || true
|
||||
@unexec rmdir %D/news/bin 2> /dev/null || true
|
||||
@unexec rmdir %D/news 2> /dev/null || true
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
bin/tr2latex
|
||||
share/texmf/tex/latex/misc/troffman.sty
|
||||
share/texmf/tex/latex/misc/troffms.sty
|
||||
@unexec rmdir %D/share/texmf/tex/latex/misc 2> /dev/null || true
|
||||
@unexec rmdir %D/share/texmf/tex/latex 2> /dev/null || true
|
||||
@unexec rmdir %D/share/texmf/tex 2> /dev/null || true
|
||||
@unexec rmdir %D/share/texmf 2> /dev/null || true
|
||||
|
|
|
@ -17,9 +17,11 @@ share/cyrproxy/mac-koi8
|
|||
share/cyrproxy/win-alt
|
||||
share/cyrproxy/win-iso
|
||||
share/cyrproxy/win-koi8
|
||||
share/doc/cyrproxy/History
|
||||
share/doc/cyrproxy/README
|
||||
share/doc/cyrproxy/README.http
|
||||
%%PORTDOCS%%share/doc/cyrproxy/History
|
||||
%%PORTDOCS%%share/doc/cyrproxy/README
|
||||
%%PORTDOCS%%share/doc/cyrproxy/README.http
|
||||
www/cgi-bin/cyrwww
|
||||
@dirrm share/cyrproxy
|
||||
@dirrm share/doc/cyrproxy
|
||||
%%PORTDOCS%%@dirrm share/doc/cyrproxy
|
||||
@unexec rmdir %D/www/cgi-bin 2> /dev/null || true
|
||||
@unexec rmdir %D/www 2> /dev/null || true
|
||||
|
|
|
@ -16,13 +16,9 @@ MAINTAINER= ports@FreeBSD.org
|
|||
|
||||
RESTRICTED= "Crypto; export-controlled"
|
||||
|
||||
USE_PERL5= yes
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Crypt::IDEA.3
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
|
||||
CC="${CC}" CCFLAGS="${CFLAGS}"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/IDEA.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/IDEA.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/IDEA/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/IDEA/IDEA.bs
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/IDEA/IDEA.so
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/IDEA/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/IDEA
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt 2> /dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt 2> /dev/null || true
|
||||
|
|
|
@ -1,2 +1,5 @@
|
|||
www/data/demo.fx
|
||||
www/cgi-bin/fxhtml
|
||||
@unexec rmdir %D/www/data 2> /dev/null || true
|
||||
@unexec rmdir %D/www/cgi-bin 2> /dev/null || true
|
||||
@unexec rmdir %D/www 2> /dev/null || true
|
||||
|
|
Loading…
Reference in a new issue