From dd318766a64b45d85eb605fbe2f28a4927a93729 Mon Sep 17 00:00:00 2001 From: hq Date: Sun, 15 Feb 2009 22:18:58 +0000 Subject: Fix packing list Reported by: pointyhat --- www/pebble/Makefile | 2 +- www/pebble/pkg-plist | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'www') 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 -- cgit