diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-06 17:07:46 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-06 17:07:46 +0000 |
commit | 4401c5c2922992ae9f1e5ceea0318fe56df327f3 (patch) | |
tree | f290d63503006b6ef4ddc6fe6d48734f17ddbab8 | |
parent | 9f713aa0ca5083794bc11add25f1bef9011d0ffc (diff) | |
download | FreeBSD-ports-4401c5c2922992ae9f1e5ceea0318fe56df327f3.zip FreeBSD-ports-4401c5c2922992ae9f1e5ceea0318fe56df327f3.tar.gz |
Place optional variables after required ones.
DISTNAME is optional when using the new PORTNAME/PORTVERSION variables.
-rw-r--r-- | devel/p5-File-MMagic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-File-MMagic/Makefile b/devel/p5-File-MMagic/Makefile index 1b00f1a..58a7a16 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 |