diff options
author | steve <steve@FreeBSD.org> | 1998-08-10 08:36:58 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-08-10 08:36:58 +0800 |
commit | a792f2e6262db632fe35abb8a40956493614ceab (patch) | |
tree | f5824c5f4974b4ad119766a8c8a0077d812b8428 /sysutils/asapm/files | |
parent | b63240ad9cbaf2960194082afee6f32124f3416b (diff) | |
download | freebsd-ports-gnome-a792f2e6262db632fe35abb8a40956493614ceab.tar.gz freebsd-ports-gnome-a792f2e6262db632fe35abb8a40956493614ceab.tar.zst freebsd-ports-gnome-a792f2e6262db632fe35abb8a40956493614ceab.zip |
Initial import of asapm version 1.4.
A laptopo battery status display for X11.
PR: 7512
Submitted by: Brian Handy <handy@physics.montana.edu>
Diffstat (limited to 'sysutils/asapm/files')
-rw-r--r-- | sysutils/asapm/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/asapm/files/patch-aa b/sysutils/asapm/files/patch-aa new file mode 100644 index 000000000000..2b54c74f0cf1 --- /dev/null +++ b/sysutils/asapm/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.orig Thu Aug 6 16:53:24 1998 ++++ Makefile Thu Aug 6 16:54:18 1998 +@@ -1,6 +1,6 @@ + # The locations where this program should be installed +-INSTALL_X_DIR=/usr/X11R6/bin +-MAN_DIR=/usr/X11R6/man/man1 ++INSTALL_X_DIR=${PREFIX}/bin ++MAN_DIR=${PREFIX}/man/man1 + + # The location and names of the X11 libraries + LDIR = -L/usr/X11R6/lib |