From 4401c5c2922992ae9f1e5ceea0318fe56df327f3 Mon Sep 17 00:00:00 2001 From: mharo Date: Thu, 6 Apr 2000 17:07:46 +0000 Subject: Place optional variables after required ones. DISTNAME is optional when using the new PORTNAME/PORTVERSION variables. --- devel/p5-File-MMagic/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/p5-File-MMagic') diff --git a/devel/p5-File-MMagic/Makefile b/devel/p5-File-MMagic/Makefile index 1b00f1a0c68..58a7a168a2b 100644 --- a/devel/p5-File-MMagic/Makefile +++ b/devel/p5-File-MMagic/Makefile @@ -5,12 +5,12 @@ # $FreeBSD$ # -DISTNAME= File-MMagic-${PORTVERSION} PORTNAME= p5-File-MMagic PORTVERSION= 1.06 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/K/KN/KNOK +DISTNAME= File-MMagic-${PORTVERSION} MAINTAINER= knu@idaemons.org -- cgit