summaryrefslogtreecommitdiff
path: root/editors/sam
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-10-04 00:56:49 +0000
committerSteve Price <steve@FreeBSD.org>1998-10-04 00:56:49 +0000
commitabab842f2fbd102a369344c1ed0405b6bbd699c7 (patch)
tree80315751282799df81e81d32888a8539ff8d5309 /editors/sam
parentFix ELF build. (diff)
Move manpages to Makefile and use MAN* macros.
Notes
Notes: svn path=/head/; revision=13617
Diffstat (limited to 'editors/sam')
-rw-r--r--editors/sam/Makefile9
-rw-r--r--editors/sam/pkg-plist15
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