aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks
diff options
context:
space:
mode:
authorflathill <flathill@FreeBSD.org>1998-11-23 10:38:42 +0800
committerflathill <flathill@FreeBSD.org>1998-11-23 10:38:42 +0800
commit9637c6f282687082fafbf6a9c57d99d80da5e644 (patch)
treef89c248acb5a488b722df03375366834439d78f0 /x11-clocks
parentafe73fba63dbcee16e6f5012f2774a066732b5c6 (diff)
downloadfreebsd-ports-graphics-9637c6f282687082fafbf6a9c57d99d80da5e644.tar.gz
freebsd-ports-graphics-9637c6f282687082fafbf6a9c57d99d80da5e644.tar.zst
freebsd-ports-graphics-9637c6f282687082fafbf6a9c57d99d80da5e644.zip
Fix patches/patch-aa
Diffstat (limited to 'x11-clocks')
-rw-r--r--x11-clocks/astime/files/patch-aa10
1 files changed, 2 insertions, 8 deletions
diff --git a/x11-clocks/astime/files/patch-aa b/x11-clocks/astime/files/patch-aa
index e8d4997a9ea..3918a8ce005 100644
--- a/x11-clocks/astime/files/patch-aa
+++ b/x11-clocks/astime/files/patch-aa
@@ -1,5 +1,5 @@
--- Makefile.orig Fri Nov 13 00:39:24 1998
-+++ Makefile Sun Nov 22 22:31:45 1998
++++ Makefile Mon Nov 23 11:33:46 1998
@@ -1,7 +1,7 @@
#-----------------------------------------------------
# The locations where this program should be installed
@@ -10,13 +10,7 @@
# The location and names of the X11 libraries
LDIR = -L/usr/X11R6/lib
-@@ -39,20 +39,20 @@
-
- install:
- @echo Installing astime in $(INSTALL_X_DIR) ...
-- -@strip astime
-+ -@/usr/libexec/${PORTOBJFORMAT}/strip astime
- -@if [ -e $(INSTALL_X_DIR)/astime ] ; then rm $(INSTALL_X_DIR)/astime; fi
+@@ -44,15 +44,15 @@
@cp astime $(INSTALL_X_DIR)/astime
@chmod 755 $(INSTALL_X_DIR)/astime
@echo Installing the man page in $(MAN_DIR) ...