diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-04-09 03:09:50 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-04-09 03:09:50 +0000 |
commit | a078fb8cf70815d6e3fca020302f819a56b679f8 (patch) | |
tree | 7a8a1f64a553a8f7aacbd3f60729244d8fc4365c | |
parent | 5b0098004871b99a9e3f5e25432fc8642b223573 (diff) | |
download | freebsd-ports-a078fb8cf70815d6e3fca020302f819a56b679f8.zip |
(1) Add PKGDIR, the "-" between name and version is mandatory.
(2) NO_INSTALL_MANPAGES is not necessary if USE_IMAKE is not defined.
-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 723cdb35da4b..eb023325c60f 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: |