diff options
author | agc <agc> | 1998-06-22 12:58:33 +0000 |
---|---|---|
committer | agc <agc> | 1998-06-22 12:58:33 +0000 |
commit | 1a6a93321fe1d40fda5870867057a31a14f3e39a (patch) | |
tree | d4348e0f294c2e984b78663e6958bb9a3bb8fcd8 /x11/xcolors | |
parent | aa44a9a00bf8102d4cbba7e7d709ae21e218fc7f (diff) | |
download | pkgsrc-1a6a93321fe1d40fda5870867057a31a14f3e39a.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'x11/xcolors')
-rw-r--r-- | x11/xcolors/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/xcolors/Makefile b/x11/xcolors/Makefile index 9be88299090..7c1c2be9e2b 100644 --- a/x11/xcolors/Makefile +++ b/x11/xcolors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/04/20 11:56:36 frueauf Exp $ +# $NetBSD: Makefile,v 1.5 1998/06/22 13:21:03 agc Exp $ # FreeBSD: Makefile,v 1.9 1998/01/22 00:41:36 fenner Exp # @@ -12,6 +12,5 @@ MAINTAINER= packages@netbsd.org WRKSRC= ${WRKDIR}/xcolors USE_IMAKE= yes IGNOREFILES= xcolors.tar.gz -CAT1= xcolors.0 .include "../../mk/bsd.pkg.mk" |