summaryrefslogtreecommitdiff
path: root/x11-clocks
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1998-11-23 02:38:42 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1998-11-23 02:38:42 +0000
commitf84220a4260931a20fb5d370b549667e63f621c0 (patch)
tree50f889f59f6360bdfdadd74dd338459331a916e8 /x11-clocks
parentChange MASTER_SITE (diff)
Fix patches/patch-aa
Notes
Notes: svn path=/head/; revision=14785
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 e8d4997a9ea3..3918a8ce0050 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) ...