diff options
author | flathill <flathill@FreeBSD.org> | 1998-11-23 02:38:42 +0000 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1998-11-23 02:38:42 +0000 |
commit | 9637c6f282687082fafbf6a9c57d99d80da5e644 (patch) | |
tree | f89c248acb5a488b722df03375366834439d78f0 /x11-clocks/astime | |
parent | afe73fba63dbcee16e6f5012f2774a066732b5c6 (diff) | |
download | FreeBSD-ports-9637c6f282687082fafbf6a9c57d99d80da5e644.zip FreeBSD-ports-9637c6f282687082fafbf6a9c57d99d80da5e644.tar.gz |
Fix patches/patch-aa
Diffstat (limited to 'x11-clocks/astime')
-rw-r--r-- | x11-clocks/astime/files/patch-aa | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/x11-clocks/astime/files/patch-aa b/x11-clocks/astime/files/patch-aa index e8d4997..3918a8c 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) ... |