diff options
author | dougb <dougb@FreeBSD.org> | 2008-08-21 03:31:04 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2008-08-21 03:31:04 +0800 |
commit | 4097c99a1be04979bd796b5ec789c70b44209e67 (patch) | |
tree | 158d52bb15356985e10a4d0c836252537b29567c /x11 | |
parent | 0fba35aa0c0d648d5f513026bdb25d431a594b41 (diff) | |
download | freebsd-ports-gnome-4097c99a1be04979bd796b5ec789c70b44209e67.tar.gz freebsd-ports-gnome-4097c99a1be04979bd796b5ec789c70b44209e67.tar.zst freebsd-ports-gnome-4097c99a1be04979bd796b5ec789c70b44209e67.zip |
At one time pam was cut out unconditionally, but now it's only cut out
when the user does not have the OPTION ticked. So remove the part of this
patch that cuts it out unconditionally in favor of the already-existing
sed option in the Makefile.
pointy-hat-collection++
Submitted by: John Marshall <john.marshall@riverwillow.com.au>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xscreensaver/files/patch-driver_Makefile.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/x11/xscreensaver/files/patch-driver_Makefile.in b/x11/xscreensaver/files/patch-driver_Makefile.in index b4f09954b5e0..095f9f09c41c 100644 --- a/x11/xscreensaver/files/patch-driver_Makefile.in +++ b/x11/xscreensaver/files/patch-driver_Makefile.in @@ -19,15 +19,6 @@ .gdbinit VMSFILES = compile_axp.com compile_decc.com link_axp.com link_decc.com \ vms-getpwnam.c vms-pwd.h vms-hpwd.c vms-validate.c \ -@@ -258,7 +257,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 - @@ -490,22 +489,6 @@ fi ; \ fi |