Fix packing list

Reported by:	pointyhat
This commit is contained in:
Herve Quiroz 2009-02-15 22:18:58 +00:00
parent fba5571d2c
commit 7b0dbd9df8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228464
2 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,7 @@ PORTDOCS= configuration.html credits.html images index.html \
screenshots.html security.html upgrading1x.html \
upgrading2x.html
.endif
PLIST_FILES= ${WEBAPP_SUBDIR}/${PORTNAME}.war etc/pebble.properties.sample
PLIST_FILES= ${WEBAPP_SUBDIR}/${PORTNAME}.war
PEBBLE_CONTEXT= WEB-INF/applicationContext-pebble.xml
do-patch:

View File

@ -1,3 +1,4 @@
@comment $FreeBSD$
@exec mkdir -p %%PEBBLE_HOME%%
@unexec if cmp -s %D/etc/pebble.properties.sample %D/etc/pebble.properties; then rm -f %D/etc/pebble.properties; fi
etc/pebble.properties.sample