diff options
author | agc <agc> | 1998-06-22 12:58:33 +0000 |
---|---|---|
committer | agc <agc> | 1998-06-22 12:58:33 +0000 |
commit | 2a3a9ec9845157197dbf860f341a75e6e46d240e (patch) | |
tree | d4348e0f294c2e984b78663e6958bb9a3bb8fcd8 /x11/xless | |
parent | b7fb421936ca8f551fb2801e9f29ea662560f097 (diff) | |
download | pkgsrc-2a3a9ec9845157197dbf860f341a75e6e46d240e.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'x11/xless')
-rw-r--r-- | x11/xless/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/xless/Makefile b/x11/xless/Makefile index e55a0a80e7e..940d364f2c3 100644 --- a/x11/xless/Makefile +++ b/x11/xless/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/05/27 14:39:27 frueauf Exp $ +# $NetBSD: Makefile,v 1.6 1998/06/22 13:21:05 agc Exp $ # FreeBSD Id: Makefile,v 1.2 1996/12/29 00:51:27 obrien Exp # @@ -12,6 +12,4 @@ MAINTAINER= packages@netbsd.org USE_IMAKE= yes -CAT1= xless.0 - .include "../../mk/bsd.pkg.mk" |