diff options
author | asami <asami@FreeBSD.org> | 1997-04-09 03:09:50 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-04-09 03:09:50 +0000 |
commit | a788b77e560e4479f29d2e665ac2bba1e20f6e58 (patch) | |
tree | 2f083323ec25c1decf2d6bce5a9453b3dffa8889 /www/mapedit | |
parent | 0b009a563c3be26d3c852cf1258b2171c41f6386 (diff) | |
download | FreeBSD-ports-a788b77e560e4479f29d2e665ac2bba1e20f6e58.zip FreeBSD-ports-a788b77e560e4479f29d2e665ac2bba1e20f6e58.tar.gz |
(1) Add PKGDIR, the "-" between name and version is mandatory.
(2) NO_INSTALL_MANPAGES is not necessary if USE_IMAKE is not defined.
Diffstat (limited to 'www/mapedit')
-rw-r--r-- | www/mapedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mapedit/Makefile b/www/mapedit/Makefile index 723cdb3..eb02332 100644 --- a/www/mapedit/Makefile +++ b/www/mapedit/Makefile @@ -3,10 +3,11 @@ # Date created: Fr 4 Apr 1997 17:45:31 MET DST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.4 1996/11/18 11:41:32 asami Exp $ +# $Id: Makefile,v 1.5 1997/04/04 19:36:35 andreas Exp $ # DISTNAME= mapedit2.24 +PKGNAME= mapedit-2.24 CATEGORIES= www MASTER_SITES= ftp://ftp.boutell.com/pub/boutell/mapedit/ EXTRACT_SUFX= .freebsd.tar.Z @@ -15,7 +16,6 @@ MAINTAINER= andreas@FreeBSD.ORG USE_X11= yes NO_BUILD= yes -NO_INSTALL_MANPAGES= yes DOCDIR= ${PREFIX}/lib/X11/mapedit pre-install: |