diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-09 06:04:57 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-09 06:04:57 +0800 |
commit | 007c7f0c9d4eaad89449342ee90e4b102925caec (patch) | |
tree | 114f7c864c24ff21a525d1dd997282751fdf3b12 /biology/deft | |
parent | ff937aa62d305b29ccf01992d537477ef5b3b89d (diff) | |
download | freebsd-ports-gnome-007c7f0c9d4eaad89449342ee90e4b102925caec.tar.gz freebsd-ports-gnome-007c7f0c9d4eaad89449342ee90e4b102925caec.tar.zst freebsd-ports-gnome-007c7f0c9d4eaad89449342ee90e4b102925caec.zip |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'biology/deft')
-rw-r--r-- | biology/deft/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/biology/deft/Makefile b/biology/deft/Makefile index 0f23b115b95b..47e5bbb8b9e2 100644 --- a/biology/deft/Makefile +++ b/biology/deft/Makefile @@ -1,20 +1,20 @@ # New ports collection makefile for: DeFT -# Version required: 2.2 # Date created: 1999-01-11 # Whom: Ryo MIYAMOTO <rmiya@cc.hirosaki-u.ac.jp> # # $FreeBSD$ # -DISTNAME= DeFT_2.2 -PKGNAME= deft-2.2 +PORTNAME= deft +PORTVERSION= 2.2 CATEGORIES= biology MASTER_SITES= ftp://theory.chem.uottawa.ca/pub/ +DISTNAME= DeFT_${PORTVERSION} EXTRACT_SUFX= .tar.Z MAINTAINER= rmiya@cc.hirosaki-u.ac.jp -WRKSRC= ${WRKDIR}/DeFT_2.2/source +WRKSRC= ${WRKDIR}/${DISTNAME}/source post-configure: ${CP} ${FILESDIR}/Makefile.deft ${WRKSRC}/Makefile |