diff options
author | steve <steve@FreeBSD.org> | 1998-10-04 08:56:49 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-04 08:56:49 +0800 |
commit | 0ce391cb7d7767863c7fc0c2b36206a78d7ad9ee (patch) | |
tree | 4aa9acdf06ccac18c32f947fda32f2f19e9d1442 /editors | |
parent | 140f0ac79ef1dcd2a1ad89725f24e695a88a675e (diff) | |
download | freebsd-ports-gnome-0ce391cb7d7767863c7fc0c2b36206a78d7ad9ee.tar.gz freebsd-ports-gnome-0ce391cb7d7767863c7fc0c2b36206a78d7ad9ee.tar.zst freebsd-ports-gnome-0ce391cb7d7767863c7fc0c2b36206a78d7ad9ee.zip |
Move manpages to Makefile and use MAN* macros.
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 |