View | Details | Raw Unified | Return to bug 8342
Collapse All | Expand All

(-)asapm/Makefile (-2 / +2 lines)
Lines 1-12 Link Here
1
# New ports collection makefile for:	asapm
1
# New ports collection makefile for:	asapm
2
# Version required:	2.0
2
# Version required:	2.2
3
# Date created:		6 Aug 1998
3
# Date created:		6 Aug 1998
4
# Whom:			Brian Handy <handy@physics.montana.edu>
4
# Whom:			Brian Handy <handy@physics.montana.edu>
5
#
5
#
6
# $Id: Makefile,v 1.2 1998/08/17 00:36:24 steve Exp $
6
# $Id: Makefile,v 1.2 1998/08/17 00:36:24 steve Exp $
7
#
7
#
8
8
9
DISTNAME=	asapm-2.0
9
DISTNAME=	asapm-2.2
10
CATEGORIES=	sysutils x11
10
CATEGORIES=	sysutils x11
11
MASTER_SITES=	http://bewoner.dma.be/Albert/linux/software/
11
MASTER_SITES=	http://bewoner.dma.be/Albert/linux/software/
12
12
(-)asapm/files/md5 (-1 / +1 lines)
Line 1 Link Here
1
MD5 (asapm-2.0.tar.gz) = 86cc937e9c3edada5615bd915015a121
1
MD5 (asapm-2.2.tar.gz) = 9a19d2fa6d5fa2864d0c9f713fa12720
(-)asapm/patches/patch-aa (-9 / +16 lines)
Lines 1-14 Link Here
1
--- Makefile.orig	Wed Aug 12 11:37:44 1998
1
--- Makefile.orig	Fri Oct 16 10:05:01 1998
2
+++ Makefile	Wed Aug 12 11:37:50 1998
2
+++ Makefile	Fri Oct 16 10:05:57 1998
3
@@ -1,8 +1,8 @@
3
@@ -1,14 +1,14 @@
4
 #-----------------------------------------------------
4
 #-----------------------------------------------------
5
 # The locations where this program should be installed
5
 # The locations where this program should be installed
6
-INSTALL_X_DIR=/usr/local/bin
6
-INSTALL_DIR=/usr/local/bin
7
-OLD_INSTALL_X_DIR=/usr/X11R6/bin
7
-MAN_DIR=/usr/local/man/man1
8
-MAN_DIR=/usr/X11R6/man/man1
8
+INSTALL_DIR=${PREFIX}/bin
9
+INSTALL_X_DIR=${PREFIX}/bin
10
+OLD_INSTALL_X_DIR=${PREFIX}/bin
11
+MAN_DIR=${PREFIX}/man/man1
9
+MAN_DIR=${PREFIX}/man/man1
12
 
10
 
13
 # The location and names of the X11 libraries
11
 # The location and names of the X11 libraries
14
 LDIR = -L/usr/X11R6/lib
12
-LDIR = -L/usr/X11R6/lib
13
+LDIR = -L${PREFIX}/lib
14
 LIBS = -lXpm -lX11
15
 
16
 # The include path to the X11 files
17
-C_INCLUDE = -I. -I/usr/X11R6/include
18
+C_INCLUDE = -I. -I${PREFIX}/include
19
 
20
 #-----------------------------------------------------
21
 CC = gcc

Return to bug 8342