diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-09-25 12:21:43 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-09-25 12:21:43 +0000 |
commit | 5e5841f2cd18d6e51ddddeb117432410a7d22614 (patch) | |
tree | ff3848099747774e69f3bda4d04dd29927deb93b /irc/ninja | |
parent | 016268dfb5cf0e82b8cf522bc11c60b30fb57175 (diff) | |
download | ports-5e5841f2cd18d6e51ddddeb117432410a7d22614.tar.gz ports-5e5841f2cd18d6e51ddddeb117432410a7d22614.zip |
Notes
Diffstat (limited to 'irc/ninja')
-rw-r--r-- | irc/ninja/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/irc/ninja/Makefile b/irc/ninja/Makefile index b0c0a7c1be51..5e6950118b85 100644 --- a/irc/ninja/Makefile +++ b/irc/ninja/Makefile @@ -9,13 +9,12 @@ PORTNAME= ninja PORTVERSION= 1.2 CATEGORIES= irc MASTER_SITES= ftp://ninja.qoop.org/ninja/unstable/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-src +DISTFILES= ${DISTNAME}-src.tar.gz MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= yes PLIST_SUB= VERSION="${PORTVERSION}" -WRKSRC= ${WRKDIR}/${PKGNAME} pre-patch: @${CP} ${WRKSRC}/config/configure ${WRKSRC} |