diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-12 11:19:03 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-12 11:19:03 +0000 |
commit | cdd232678ccc67ada7b2980e5c55785afc40085b (patch) | |
tree | b066b971832bcaf23a4bb1ad0e5c6ca40d94abad | |
parent | Change a couple of "make"s to "cd ${.CURDIR} && make"s, otherwise you (diff) |
Typo (PORTVESION -> PORTVERSION).
Notes
Notes:
svn path=/head/; revision=27461
-rw-r--r-- | irc/bnc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/bnc/Makefile b/irc/bnc/Makefile index e3baacf69252..c4b0f0899754 100644 --- a/irc/bnc/Makefile +++ b/irc/bnc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bnc -PORTVESION= 2.6.2 +PORTVERSION= 2.6.2 CATEGORIES= irc MASTER_SITES= http://www.psn.net/~andrews/dist/ DISTNAME= ${PORTNAME}${PORTVERSION} |