Fix packing list
Reported by: pointyhat
This commit is contained in:
parent
fba5571d2c
commit
7b0dbd9df8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228464
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user