summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-04-04 01:16:05 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-04-04 01:16:05 +0000
commit5f30b9c7d0d8f06e0f6a488a71f44982e70e60b2 (patch)
tree4c4809b4cc47515c78b644a32fb46ec038b5cf32 /x11
parentYou nasty little PORTEPOCH, come back here! (diff)
Adapt a patch deleted in the 4.21 upgrade that prevents PAM configs from
being installed.
Notes
Notes: svn path=/head/; revision=132396
Diffstat (limited to 'x11')
-rw-r--r--x11/xscreensaver-gnome/Makefile2
-rw-r--r--x11/xscreensaver-gnome/files/patch-driver_Makefile.in11
2 files changed, 12 insertions, 1 deletions
diff --git a/x11/xscreensaver-gnome/Makefile b/x11/xscreensaver-gnome/Makefile
index 7a54dfb9b12a..ce04462ed8f3 100644
--- a/x11/xscreensaver-gnome/Makefile
+++ b/x11/xscreensaver-gnome/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xscreensaver-gnome
PORTVERSION= 4.21
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11 gnome
MASTER_SITES= http://www.jwz.org/xscreensaver/
DISTNAME= xscreensaver-${PORTVERSION}
diff --git a/x11/xscreensaver-gnome/files/patch-driver_Makefile.in b/x11/xscreensaver-gnome/files/patch-driver_Makefile.in
new file mode 100644
index 000000000000..ed9995479280
--- /dev/null
+++ b/x11/xscreensaver-gnome/files/patch-driver_Makefile.in
@@ -0,0 +1,11 @@
+--- driver/Makefile.in.orig Sun Apr 3 21:14:26 2005
++++ driver/Makefile.in Sun Apr 3 21:14:39 2005
+@@ -253,7 +253,7 @@
+ tests: $(TEST_EXES)
+
+ install: install-program install-ad install-scripts \
+- install-gnome install-man install-xml install-pam
++ install-gnome install-man install-xml
+ uninstall: uninstall-program uninstall-ad \
+ uninstall-gnome uninstall-man uninstall-xml
+