diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-12 06:28:35 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-12 06:28:35 +0000 |
commit | 19a18df8d0c8c24b3ca9c8e63e55c3a83c16e614 (patch) | |
tree | f709c540360b05902eaa4381230ac22bc93de501 /irc/ninja | |
parent | 5cd5b258b59f63241fff7b2d0cdeda22c2138b33 (diff) | |
download | ports-19a18df8d0c8c24b3ca9c8e63e55c3a83c16e614.tar.gz ports-19a18df8d0c8c24b3ca9c8e63e55c3a83c16e614.zip |
Convert to the PORTNAME - PORTVERSION syntax.
Notes
Notes:
svn path=/head/; revision=27459
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 3e489731d0c5..f6070a04e7b6 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 |