aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-File-MMagic
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2000-04-07 01:07:46 +0800
committermharo <mharo@FreeBSD.org>2000-04-07 01:07:46 +0800
commit4401c5c2922992ae9f1e5ceea0318fe56df327f3 (patch)
treef290d63503006b6ef4ddc6fe6d48734f17ddbab8 /devel/p5-File-MMagic
parent9f713aa0ca5083794bc11add25f1bef9011d0ffc (diff)
downloadfreebsd-ports-graphics-4401c5c2922992ae9f1e5ceea0318fe56df327f3.tar.gz
freebsd-ports-graphics-4401c5c2922992ae9f1e5ceea0318fe56df327f3.tar.zst
freebsd-ports-graphics-4401c5c2922992ae9f1e5ceea0318fe56df327f3.zip
Place optional variables after required ones.
DISTNAME is optional when using the new PORTNAME/PORTVERSION variables.
Diffstat (limited to 'devel/p5-File-MMagic')
-rw-r--r--devel/p5-File-MMagic/Makefile2
1 files changed, 1 insertions, 1 deletions
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