summaryrefslogtreecommitdiff
path: root/sysutils/asapm/files/patch-Makefile.UNIX
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-02 10:07:49 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-02 10:07:49 +0000
commit38a0a8023026a77ded1e6de618b567c7b58e79a4 (patch)
treeabf5fbbdc4b27a245ff76b9850f4eb6e73e4ba19 /sysutils/asapm/files/patch-Makefile.UNIX
parent- Fix build with GCRYPT option by taking out -Werror (diff)
Remove non staged ports without pending PR from s*
Notes
Notes: svn path=/head/; revision=366980
Diffstat (limited to 'sysutils/asapm/files/patch-Makefile.UNIX')
-rw-r--r--sysutils/asapm/files/patch-Makefile.UNIX21
1 files changed, 0 insertions, 21 deletions
diff --git a/sysutils/asapm/files/patch-Makefile.UNIX b/sysutils/asapm/files/patch-Makefile.UNIX
deleted file mode 100644
index f7c8e73ca510..000000000000
--- a/sysutils/asapm/files/patch-Makefile.UNIX
+++ /dev/null
@@ -1,21 +0,0 @@
---- Makefile.UNIX.orig Thu Nov 30 18:55:09 2006
-+++ Makefile.UNIX Thu Nov 30 18:55:42 2006
-@@ -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=${LOCALBASE}/bin
-+MAN_DIR=${LOCALBASE}/man/man1
-
- # The location and names of the X11 libraries
--LDIR = -L/usr/X11R6/lib
-+LDIR = -L${LOCALBASE}/lib
- LIBS = -lXpm -lX11
-
- # The include path to the X11 files
--C_INCLUDE = -I. -I/usr/X11R6/include
-+C_INCLUDE = -I. -I${LOCALBASE}/include
-
- #-----------------------------------------------------
- CC = gcc