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 /editors/sam | |
parent | aa44a9a00bf8102d4cbba7e7d709ae21e218fc7f (diff) | |
download | pkgsrc-1a6a93321fe1d40fda5870867057a31a14f3e39a.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'editors/sam')
-rw-r--r-- | editors/sam/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/editors/sam/Makefile b/editors/sam/Makefile index 257a6fde453..339e924ff58 100644 --- a/editors/sam/Makefile +++ b/editors/sam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/04/20 11:56:31 frueauf Exp $ +# $NetBSD: Makefile,v 1.7 1998/06/22 13:01:52 agc Exp $ # FreeBSD Id: Makefile,v 1.3 1996/11/12 02:19:40 obrien Exp # @@ -20,10 +20,4 @@ OPSYS!= uname -s MANCOMPRESSED= yes .endif -MAN1= sam.1 -MAN3= add.3 balloc.3 bitblt.3 cachechars.3 event.3 frame.3 \ - graphics.3 rgbpix.3 rune.3 -MAN4= font.4 keyboard.4 utf.4 -MAN6= bitmap.6 regexp.6 - .include "../../mk/bsd.pkg.mk" |