diff options
author | steve <steve@FreeBSD.org> | 1998-11-02 11:45:00 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-11-02 11:45:00 +0800 |
commit | 782e786b823010c033776cc07f111233c77658b9 (patch) | |
tree | 66b83b3c5030099139cfa38e080ac43d230d9132 /sysutils/asapm/files | |
parent | ddf912745a20e8e992e57518b61f24b73587be94 (diff) | |
download | freebsd-ports-gnome-782e786b823010c033776cc07f111233c77658b9.tar.gz freebsd-ports-gnome-782e786b823010c033776cc07f111233c77658b9.tar.zst freebsd-ports-gnome-782e786b823010c033776cc07f111233c77658b9.zip |
Update to version 2.2.
PR: 8342
Submitted by: maintainer
Diffstat (limited to 'sysutils/asapm/files')
-rw-r--r-- | sysutils/asapm/files/patch-aa | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/sysutils/asapm/files/patch-aa b/sysutils/asapm/files/patch-aa index a5e31867faab..e1d8a9af0993 100644 --- a/sysutils/asapm/files/patch-aa +++ b/sysutils/asapm/files/patch-aa @@ -1,14 +1,21 @@ ---- Makefile.orig Wed Aug 12 11:37:44 1998 -+++ Makefile Wed Aug 12 11:37:50 1998 -@@ -1,8 +1,8 @@ +--- 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_X_DIR=/usr/local/bin --OLD_INSTALL_X_DIR=/usr/X11R6/bin --MAN_DIR=/usr/X11R6/man/man1 -+INSTALL_X_DIR=${PREFIX}/bin -+OLD_INSTALL_X_DIR=${PREFIX}/bin +-INSTALL_DIR=/usr/local/bin +-MAN_DIR=/usr/local/man/man1 ++INSTALL_DIR=${PREFIX}/bin +MAN_DIR=${PREFIX}/man/man1 # The location and names of the X11 libraries - LDIR = -L/usr/X11R6/lib +-LDIR = -L/usr/X11R6/lib ++LDIR = -L${PREFIX}/lib + LIBS = -lXpm -lX11 + + # The include path to the X11 files +-C_INCLUDE = -I. -I/usr/X11R6/include ++C_INCLUDE = -I. -I${PREFIX}/include + + #----------------------------------------------------- + CC = gcc |