aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/asapm/files
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/asapm/files')
-rw-r--r--sysutils/asapm/files/patch-aa28
1 files changed, 9 insertions, 19 deletions
diff --git a/sysutils/asapm/files/patch-aa b/sysutils/asapm/files/patch-aa
index e1d8a9af0993..d322b11cf356 100644
--- a/sysutils/asapm/files/patch-aa
+++ b/sysutils/asapm/files/patch-aa
@@ -1,21 +1,11 @@
---- Makefile.orig Fri Oct 16 10:05:01 1998
-+++ Makefile Fri Oct 16 10:05:57 1998
-@@ -1,14 +1,14 @@
- #-----------------------------------------------------
- # The locations where this program should be installed
--INSTALL_DIR=/usr/local/bin
--MAN_DIR=/usr/local/man/man1
-+INSTALL_DIR=${PREFIX}/bin
-+MAN_DIR=${PREFIX}/man/man1
+--- autoconf/Makefile.common.in.orig Wed Dec 9 01:58:10 1998
++++ autoconf/Makefile.common.in Wed Dec 9 01:58:19 1998
+@@ -11,7 +11,7 @@
+ $(INSTALL_PROGRAM) $(PROG) $(AFTER_BIN_DIR)
- # The location and names of the X11 libraries
--LDIR = -L/usr/X11R6/lib
-+LDIR = -L${PREFIX}/lib
- LIBS = -lXpm -lX11
+ install.man:
+- $(INSTALL_DATA) $(PROG).man $(AFTER_MAN_DIR)/$(PROG).1x
++ $(INSTALL_DATA) $(PROG).man $(AFTER_MAN_DIR)/$(PROG).1
- # The include path to the X11 files
--C_INCLUDE = -I. -I/usr/X11R6/include
-+C_INCLUDE = -I. -I${PREFIX}/include
-
- #-----------------------------------------------------
- CC = gcc
+ uninstall:
+ $(RMF) $(AFTER_BIN_DIR)/$(PROG)