diff options
author | asami <asami@FreeBSD.org> | 1995-04-11 20:13:02 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-11 20:13:02 +0000 |
commit | 4e5270fead597efd083751ef7136263cffd95b9c (patch) | |
tree | cf7666022548ca77a29ff421e9cd2c381a6b9e0b /cad/acs | |
parent | 23e21233a251ee6b24372eae264086794b6102b8 (diff) | |
download | FreeBSD-ports-4e5270fead597efd083751ef7136263cffd95b9c.zip FreeBSD-ports-4e5270fead597efd083751ef7136263cffd95b9c.tar.gz |
Update the cad Makefiles. Boy, I love these sparse directories! :)
Diffstat (limited to 'cad/acs')
-rw-r--r-- | cad/acs/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cad/acs/Makefile b/cad/acs/Makefile index 8416604..05f8c64 100644 --- a/cad/acs/Makefile +++ b/cad/acs/Makefile @@ -3,9 +3,12 @@ # Date created: 01 January 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # +# $Id:$ +# DISTNAME= acs016 -MASTER_SITES= ftp://ee.rochester.edu/pub/acs/ +PKGNAME= acs-0.16 CATEGORIES+= cad +MASTER_SITES= ftp://ee.rochester.edu/pub/acs/ .include <bsd.port.mk> |