aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/jwm/pkg-plist
diff options
context:
space:
mode:
authorjylefort <jylefort@FreeBSD.org>2006-01-18 10:30:49 +0800
committerjylefort <jylefort@FreeBSD.org>2006-01-18 10:30:49 +0800
commit225346d18d97cbd692fe50fc2e2b3bc702ae8028 (patch)
tree77ab86588a5caf333a643d3a0241ff8821e16af8 /x11-wm/jwm/pkg-plist
parent4e2bb8f66d3b2aeca953c0697821c61413d20d49 (diff)
downloadfreebsd-ports-graphics-225346d18d97cbd692fe50fc2e2b3bc702ae8028.tar.gz
freebsd-ports-graphics-225346d18d97cbd692fe50fc2e2b3bc702ae8028.tar.zst
freebsd-ports-graphics-225346d18d97cbd692fe50fc2e2b3bc702ae8028.zip
- Remove vendor optimizations from CFLAGS [1]
- Preserve configuration file modifications across updates - Substitute %%PREFIX%% in the configuration file - Add missing dependency on libpng - Use GNU_CONFIGURE - Remove CONFIGURE_ARGS (the passed options are the defaults) - Respect ${LOCALBASE} and ${X11BASE} [1]: PR: ports/91927 Submitted by: maintainer
Diffstat (limited to 'x11-wm/jwm/pkg-plist')
-rw-r--r--x11-wm/jwm/pkg-plist4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-wm/jwm/pkg-plist b/x11-wm/jwm/pkg-plist
new file mode 100644
index 00000000000..fbfef68d88f
--- /dev/null
+++ b/x11-wm/jwm/pkg-plist
@@ -0,0 +1,4 @@
+bin/jwm
+@unexec if cmp -s %D/etc/system.jwmrc %D/etc/system.jwmrc.sample; then rm -f %D/etc/system.jwmrc; fi
+etc/system.jwmrc.sample
+@exec if [ ! -f %D/etc/system.jwmrc ]; then cp -p %D/etc/system.jwmrc.sample %D/etc/system.jwmrc; fi