diff options
author | asami <asami@FreeBSD.org> | 1997-02-19 12:36:05 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-02-19 12:36:05 +0800 |
commit | 097394afe9103347df815775b803535e23c301ba (patch) | |
tree | f9858e72e8bda52aaa8e72ebf4f37056dfaaede1 /databases/gnats | |
parent | b93b9fea90edae1d143644df52e1c9d784ae0b65 (diff) | |
download | freebsd-ports-gnome-097394afe9103347df815775b803535e23c301ba.tar.gz freebsd-ports-gnome-097394afe9103347df815775b803535e23c301ba.tar.zst freebsd-ports-gnome-097394afe9103347df815775b803535e23c301ba.zip |
Add PKGNAME, as DISTNAME contains "beta" in the version part.
While I'm here, remove obsoleted .el -> .elc comment (emacs is not
BUILD_DEPENDED anymore since the last update).
Diffstat (limited to 'databases/gnats')
-rw-r--r-- | databases/gnats/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/gnats/Makefile b/databases/gnats/Makefile index ec9eb3833ace..c77d85556acd 100644 --- a/databases/gnats/Makefile +++ b/databases/gnats/Makefile @@ -3,16 +3,16 @@ # Date created: 10 November 1995 # Whom: pst # -# $Id: Makefile,v 1.10 1997/01/11 12:17:47 asami Exp $ +# $Id: Makefile,v 1.11 1997/02/17 04:12:17 pst Exp $ # DISTNAME= gnats-3.101-beta +PKGNAME= gnats-3.101b CATEGORIES= databases MASTER_SITES= ftp://ftp.cygnus.com/pub/ MAINTAINER= pst@FreeBSD.org -# we've got some .elc and info files to compile (yuck) BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 NO_PACKAGE= "Requires gnats UID" |