diff options
author | agc <agc@pkgsrc.org> | 1998-06-22 12:44:29 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-22 12:44:29 +0000 |
commit | daa3dd519ae7d2f2b965e1cc9ca7cd78fa7ad24c (patch) | |
tree | e293f6a477a8a77c5c37ad9f0769b3e49cd83158 /lang/icon | |
parent | 5aa5bdafe4c00759989f571dcedb711d708fbfd0 (diff) | |
download | pkgsrc-daa3dd519ae7d2f2b965e1cc9ca7cd78fa7ad24c.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'lang/icon')
-rw-r--r-- | lang/icon/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/icon/Makefile b/lang/icon/Makefile index 28f19ed431a..fc265cf835d 100644 --- a/lang/icon/Makefile +++ b/lang/icon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/04/20 11:56:24 frueauf Exp $ +# $NetBSD: Makefile,v 1.8 1998/06/22 12:44:30 agc Exp $ # FreeBSD Id: Makefile,v 1.8 1997/02/12 08:39:15 tg Exp # @@ -18,6 +18,4 @@ OPSYS!= uname -s MANCOMPRESSED= yes .endif -MAN1= icon.1 - .include "../../mk/bsd.pkg.mk" |