diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-05-02 09:00:12 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-05-02 09:00:12 +0000 |
commit | ed817c9c8d737fe2ea21dbd9268e6618d4527021 (patch) | |
tree | e4b20e06faa476a685775d1c637d5d2ef038ad03 | |
parent | cb0c70038e7745d3d51e3ac7af6c3db8d88f4185 (diff) | |
download | freebsd-ports-ed817c9c8d737fe2ea21dbd9268e6618d4527021.zip |
Update (not upgrade, I think).
Submitted by: thomas@ghpc8.ihf.rwth-aachen.de
-rw-r--r-- | cad/acs/Makefile | 11 | ||||
-rw-r--r-- | cad/acs/files/patch-aa | 4 | ||||
-rw-r--r-- | cad/acs/pkg-plist | 1 |
3 files changed, 11 insertions, 5 deletions
diff --git a/cad/acs/Makefile b/cad/acs/Makefile index 05f8c64c55e1..148ae7ea00f1 100644 --- a/cad/acs/Makefile +++ b/cad/acs/Makefile @@ -3,12 +3,19 @@ # Date created: 01 January 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id:$ +# $Id: Makefile,v 1.3 1995/04/11 20:12:47 asami Exp $ # +# note: there's a new version out (rewrite in C++). +# i think i'll let that settle for a while; +# at least as long as 0.16 is still available --tg + DISTNAME= acs016 PKGNAME= acs-0.16 CATEGORIES+= cad -MASTER_SITES= ftp://ee.rochester.edu/pub/acs/ +KEYWORDS+= cad "circuit simulation" spice +MASTER_SITES= ftp://cs.rit.edu/pub/acs/ + +MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de .include <bsd.port.mk> diff --git a/cad/acs/files/patch-aa b/cad/acs/files/patch-aa index 602aa6f5be14..263c4164e300 100644 --- a/cad/acs/files/patch-aa +++ b/cad/acs/files/patch-aa @@ -26,6 +26,6 @@ + (cd src; make freebsd) + + install: -+ (cd src/FreeBSD; install -c -s -m 755 -g bin -o bin acs /usr/local/bin) -+ (cd doc; install -c -m 644 -g bin -o bin acs.hlp /usr/local/lib) ++ (cd src/FreeBSD; install -c -s -m 755 -g bin -o bin acs ${PREFIX}/bin) ++ (cd doc; install -c -m 644 -g bin -o bin acs.hlp ${PREFIX}/lib) + diff --git a/cad/acs/pkg-plist b/cad/acs/pkg-plist index 66d06dafb1af..a2ec2ee8b131 100644 --- a/cad/acs/pkg-plist +++ b/cad/acs/pkg-plist @@ -1,3 +1,2 @@ -@cwd /usr/local bin/acs lib/acs.hlp |