summaryrefslogtreecommitdiff
path: root/mbone/imm
diff options
context:
space:
mode:
authorwiz <wiz>2000-01-09 01:39:14 +0000
committerwiz <wiz>2000-01-09 01:39:14 +0000
commit1618e91e6fde1be10840dabeb9e23b702e8fd8cd (patch)
tree0321341397d60c743ed430d29e931b08974b9680 /mbone/imm
parentbd543d9aaf1b112be05c2ad042a84b209d97f3f6 (diff)
downloadpkgsrc-1618e91e6fde1be10840dabeb9e23b702e8fd8cd.tar.gz
use DISTNAME and PKGNAME instead of directly setting DISTFILES
Diffstat (limited to 'mbone/imm')
-rw-r--r--mbone/imm/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/mbone/imm/Makefile b/mbone/imm/Makefile
index 53b73cc349c..7d7bc7fbd68 100644
--- a/mbone/imm/Makefile
+++ b/mbone/imm/Makefile
@@ -1,15 +1,16 @@
-# $NetBSD: Makefile,v 1.10 1999/04/26 18:56:15 garbled Exp $
+# $NetBSD: Makefile,v 1.11 2000/01/09 01:39:14 wiz Exp $
#
# NetBSD "imm" package
# The original was based on the imm-3.5a1 FreeBSD port maintained
# by Bill Fenner, but the new one had to be redone completely.
#
-DISTNAME= imm-3.6a1
-WRKSRC= ${WRKDIR}/imm36a1.src
+DISTNAME= imm36a1
+PKGNAME= imm-3.6a1
+WRKSRC= ${WRKDIR}/${DISTNAME}.src
CATEGORIES= mbone tk80
MASTER_SITES= ftp://ftp.hawaii.edu/paccom/imm/
-DISTFILES= imm36a1.tar.Z
+EXTRACT_SUFX= .tar.Z
MAINTAINER= is@netbsd.org