From ad484df21a7c7d25e1e37ed90fff311f479a8e91 Mon Sep 17 00:00:00 2001 From: cpiazza Date: Thu, 13 Apr 2000 19:19:05 +0000 Subject: Update to use PORTNAME/PORTVERSION --- x11/xmascot/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'x11/xmascot') diff --git a/x11/xmascot/Makefile b/x11/xmascot/Makefile index 856a753c1f67..d1b0aeb314de 100644 --- a/x11/xmascot/Makefile +++ b/x11/xmascot/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: xmascot -# Version required: 2.6a # Date created: 20 November 1996 # Whom: Yukihiro Nakai # # $FreeBSD$ # -DISTNAME= xmascot2.6a -PKGNAME= xmascot-2.6a +PORTNAME= xmascot +PORTVERSION= 2.6a CATEGORIES= x11 MASTER_SITES= ftp://cclub.tutcc.tut.ac.jp/pub/xmascot/ \ http://cclub-flying.dsl.gr.jp/products/xmascot/ +DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= nakai@FreeBSD.org -- cgit