net/svnup: Use @sample keyword in pkg-plist
PR: 192078 Submitted by: takefu (airport.fm) Approved by: maintainer timeout (2 weeks)
This commit is contained in:
parent
3dccd45d14
commit
e0040acefe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364489
@ -9,12 +9,13 @@ MASTER_SITES= http://jcm.dsl.visi.com/freebsd/svnup/ \
|
||||
MAINTAINER= jcm@visi.com
|
||||
COMMENT= Lightweight program to pull source from an Apache Subversion server
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
LDFLAGS+= -lmd -lssl
|
||||
USES= tar:xz
|
||||
|
||||
PORTDOCS= ChangeLog
|
||||
|
||||
post-patch:
|
||||
|
@ -1,6 +1,4 @@
|
||||
bin/svnup
|
||||
man/man1/svnup.1.gz
|
||||
man/man5/svnup.conf.5.gz
|
||||
@unexec if cmp -s %D/etc/svnup.conf.sample %D/etc/svnup.conf; then rm -f %D/etc/svnup.conf; else echo "If permanently removing this package, then please consider removing %D/etc/svnup.conf" ;fi
|
||||
etc/svnup.conf.sample
|
||||
@exec if [ ! -f %D/etc/svnup.conf ] ; then cp -p %D/etc/svnup.conf.sample %D/etc/svnup.conf; fi
|
||||
@sample etc/svnup.conf.sample
|
||||
|
Loading…
Reference in New Issue
Block a user