Update to version 2.0.
PR: 7570 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
This commit is contained in:
parent
45d1f757cd
commit
50e80f3ec2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12554
4 changed files with 12 additions and 9 deletions
|
@ -1,18 +1,19 @@
|
|||
# New ports collection makefile for: asapm
|
||||
# Version required: 1.4
|
||||
# Version required: 2.0
|
||||
# Date created: 6 Aug 1998
|
||||
# Whom: Brian Handy <handy@physics.montana.edu>
|
||||
#
|
||||
# $Id:$
|
||||
# $Id: Makefile,v 1.1.1.1 1998/08/10 00:36:58 steve Exp $
|
||||
#
|
||||
|
||||
DISTNAME= asapm-1.4
|
||||
DISTNAME= asapm-2.0
|
||||
CATEGORIES= sysutils x11
|
||||
MASTER_SITES= http://bewoner.dma.be/Albert/linux/software/
|
||||
|
||||
MAINTAINER= handy@physics.montana.edu
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
MAN1= asapm.1x
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (asapm-1.4.tar.gz) = 08c11f5b6cfe7e354d43916711a7a646
|
||||
MD5 (asapm-2.0.tar.gz) = 86cc937e9c3edada5615bd915015a121
|
||||
|
|
|
@ -1,10 +1,13 @@
|
|||
--- Makefile.orig Thu Aug 6 16:53:24 1998
|
||||
+++ Makefile Thu Aug 6 16:54:18 1998
|
||||
@@ -1,6 +1,6 @@
|
||||
--- Makefile.orig Wed Aug 12 11:37:44 1998
|
||||
+++ Makefile Wed Aug 12 11:37:50 1998
|
||||
@@ -1,8 +1,8 @@
|
||||
#-----------------------------------------------------
|
||||
# The locations where this program should be installed
|
||||
-INSTALL_X_DIR=/usr/X11R6/bin
|
||||
-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
|
||||
+MAN_DIR=${PREFIX}/man/man1
|
||||
|
||||
# The location and names of the X11 libraries
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
bin/asapm
|
||||
man/man1/asapm.1x.gz
|
||||
|
|
Loading…
Reference in a new issue