diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-05-27 14:39:27 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-05-27 14:39:27 +0000 |
commit | 4d438e0681b59af3ed3a705ad30bc244708c76bc (patch) | |
tree | 8ea622d6b408d5bcd3e0cd2f9115f278f4b9e59a /x11/xless | |
parent | ae5350b9fff4c8a8f9ee00aba6c6619ba59e54d7 (diff) | |
download | pkgsrc-4d438e0681b59af3ed3a705ad30bc244708c76bc.tar.gz |
Add missing CAT1=xless.0.
Diffstat (limited to 'x11/xless')
-rw-r--r-- | x11/xless/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xless/Makefile b/x11/xless/Makefile index 97f05c51530..e55a0a80e7e 100644 --- a/x11/xless/Makefile +++ b/x11/xless/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/04/20 11:56:36 frueauf Exp $ +# $NetBSD: Makefile,v 1.5 1998/05/27 14:39:27 frueauf Exp $ # FreeBSD Id: Makefile,v 1.2 1996/12/29 00:51:27 obrien Exp # @@ -12,4 +12,6 @@ MAINTAINER= packages@netbsd.org USE_IMAKE= yes +CAT1= xless.0 + .include "../../mk/bsd.pkg.mk" |