diff options
author | obrien <obrien@FreeBSD.org> | 2000-04-12 06:28:35 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-04-12 06:28:35 +0000 |
commit | b124ccb2e6f5749a5c3cea36aeb45e36e2bcd7c3 (patch) | |
tree | 5619267783e6ae14fe42b074350348f350fe4d14 /irc/ninja | |
parent | 279d0c568395b4252ea7d025ef414367c67379c0 (diff) | |
download | FreeBSD-ports-b124ccb2e6f5749a5c3cea36aeb45e36e2bcd7c3.zip FreeBSD-ports-b124ccb2e6f5749a5c3cea36aeb45e36e2bcd7c3.tar.gz |
Convert to the PORTNAME - PORTVERSION syntax.
Diffstat (limited to 'irc/ninja')
-rw-r--r-- | irc/ninja/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/irc/ninja/Makefile b/irc/ninja/Makefile index 3e48973..f6070a0 100644 --- a/irc/ninja/Makefile +++ b/irc/ninja/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: Ninja-irc -# Version required: 1.1 # Date created: 10 April 1999 # Whom: Chris Piazza <cpiazza@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= ninja-1.1-src -PKGNAME= ninja-1.1 +PORTNAME= ninja +PORTVERSION= 1.1 CATEGORIES= irc MASTER_SITES= http://ninja.qoop.org/ftp/ninja/unstable/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= cpiazza@FreeBSD.org |