diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-04 00:56:49 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-04 00:56:49 +0000 |
commit | abab842f2fbd102a369344c1ed0405b6bbd699c7 (patch) | |
tree | 80315751282799df81e81d32888a8539ff8d5309 /editors | |
parent | d26b35d36e4fca26c6cbbc8df3d788d7be58faab (diff) | |
download | ports-abab842f2fbd102a369344c1ed0405b6bbd699c7.tar.gz ports-abab842f2fbd102a369344c1ed0405b6bbd699c7.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/sam/Makefile | 9 | ||||
-rw-r--r-- | editors/sam/pkg-plist | 15 |
2 files changed, 8 insertions, 16 deletions
diff --git a/editors/sam/Makefile b/editors/sam/Makefile index fd342453ff0d..160d6990946a 100644 --- a/editors/sam/Makefile +++ b/editors/sam/Makefile @@ -3,7 +3,7 @@ # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.2 1995/10/28 20:35:56 erich Exp $ +# $Id: Makefile,v 1.3 1996/11/12 02:19:40 obrien Exp $ # DISTNAME= sam @@ -19,4 +19,11 @@ EXTRACT_CMD= zcat EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh +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 +MANCOMPRESSED= yes + .include <bsd.port.mk> diff --git a/editors/sam/pkg-plist b/editors/sam/pkg-plist index 4ca58d2dc24d..1addd9ae1f93 100644 --- a/editors/sam/pkg-plist +++ b/editors/sam/pkg-plist @@ -2,18 +2,3 @@ bin/sam bin/samterm bin/samsave bin/B -man/man3/add.3.gz -man/man3/balloc.3.gz -man/man3/bitblt.3.gz -man/man6/bitmap.6.gz -man/man3/cachechars.3.gz -man/man3/event.3.gz -man/man4/font.4.gz -man/man3/frame.3.gz -man/man3/graphics.3.gz -man/man4/keyboard.4.gz -man/man6/regexp.6.gz -man/man3/rgbpix.3.gz -man/man3/rune.3.gz -man/man1/sam.1.gz -man/man4/utf.4.gz |