diff options
author | hq <hq@FreeBSD.org> | 2009-02-16 06:18:58 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2009-02-16 06:18:58 +0800 |
commit | dd318766a64b45d85eb605fbe2f28a4927a93729 (patch) | |
tree | 51c137d1a932ae518918dca024ebad008e347afe /www | |
parent | fabfeecec0988e1db6f1a1760086a2460f65a68b (diff) | |
download | freebsd-ports-gnome-dd318766a64b45d85eb605fbe2f28a4927a93729.tar.gz freebsd-ports-gnome-dd318766a64b45d85eb605fbe2f28a4927a93729.tar.zst freebsd-ports-gnome-dd318766a64b45d85eb605fbe2f28a4927a93729.zip |
Fix packing list
Reported by: pointyhat
Diffstat (limited to 'www')
-rw-r--r-- | www/pebble/Makefile | 2 | ||||
-rw-r--r-- | www/pebble/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/www/pebble/Makefile b/www/pebble/Makefile index cd8379cb5d1f..09fa86528a44 100644 --- a/www/pebble/Makefile +++ b/www/pebble/Makefile @@ -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: diff --git a/www/pebble/pkg-plist b/www/pebble/pkg-plist index 28ce3efe67b8..4d0d1cad3c47 100644 --- a/www/pebble/pkg-plist +++ b/www/pebble/pkg-plist @@ -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 |