diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-15 16:29:19 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-15 16:29:19 +0000 |
commit | 28911a864c419a9cd237d79ba77beb0caeea3a03 (patch) | |
tree | 3c3dc6708ab04c91e596485e8afbeb8a94493a3f /editors/elvis-x11 | |
parent | 41dba6d959843deb6a9d4d87e65346a43f6dadc3 (diff) | |
download | pkgsrc-28911a864c419a9cd237d79ba77beb0caeea3a03.tar.gz |
Install man pages into man1, not manl and no formated version.
Bump revisions of elvis and elvis-x11. Should fix PR 33468.
Diffstat (limited to 'editors/elvis-x11')
-rw-r--r-- | editors/elvis-x11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/elvis-x11/Makefile b/editors/elvis-x11/Makefile index 777f3cfc3fd..2ca6a0e6656 100644 --- a/editors/elvis-x11/Makefile +++ b/editors/elvis-x11/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.9 2006/02/05 23:08:55 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2006/05/15 16:29:19 joerg Exp $ # .include "../../editors/elvis/Makefile.common" PKGNAME= elvis-x11-2.2.0 -PKGREVISION= 4 +PKGREVISION= 5 COMMENT= GUI for elvis, includes console elvis CONFLICTS+= elvis-[0-9]* |