diff options
author | jim <jim@FreeBSD.org> | 2001-06-18 18:09:24 +0000 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2001-06-18 18:09:24 +0000 |
commit | 77528c151213ac21de576fb708bb9f7ed3cb120f (patch) | |
tree | b970a9578a7feccc86d9d1ad0c38ab2348409d87 /net-im/gaim | |
parent | 1dc58e3fbc51847fefc48cefe3d358e803c9e948 (diff) | |
download | FreeBSD-ports-77528c151213ac21de576fb708bb9f7ed3cb120f.zip FreeBSD-ports-77528c151213ac21de576fb708bb9f7ed3cb120f.tar.gz |
Make portlint stop complaining about PKGNAME.
Diffstat (limited to 'net-im/gaim')
-rw-r--r-- | net-im/gaim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile index d310260..178ac48 100644 --- a/net-im/gaim/Makefile +++ b/net-im/gaim/Makefile @@ -6,11 +6,12 @@ # PORTNAME= gaim -PORTVERSION= 0.11.0pre14 +PORTVERSION= 0.11.0p14 CATEGORIES= net MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/pre/} MAINTAINER= jim@FreeBSD.org |