diff options
author | steve <steve@FreeBSD.org> | 1998-10-02 01:59:10 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-02 01:59:10 +0000 |
commit | 5cc64b0d2d1bfec99cedd1a402d06ae102af9e1b (patch) | |
tree | b32e55fc75d01be1c81d2b71e9b11f39ae6f9636 /mail | |
parent | 1586e4f8dc9465407f07ef4ddda724e3be022d00 (diff) | |
download | FreeBSD-ports-5cc64b0d2d1bfec99cedd1a402d06ae102af9e1b.zip FreeBSD-ports-5cc64b0d2d1bfec99cedd1a402d06ae102af9e1b.tar.gz |
Move manpage to Makefile and use MAN1 macro.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/asmail/Makefile | 4 | ||||
-rw-r--r-- | mail/asmail/pkg-plist | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/asmail/Makefile b/mail/asmail/Makefile index 4205ecc..969cba4 100644 --- a/mail/asmail/Makefile +++ b/mail/asmail/Makefile @@ -3,7 +3,7 @@ # Date created: 15 August 1997 # Whom: brett@peloton.physics.montana.edu # -# $Id: Makefile,v 1.2 1998/09/15 11:13:27 asami Exp $ +# $Id: Makefile,v 1.3 1998/09/17 00:32:45 asami Exp $ # DISTNAME= asmail-0.50 @@ -29,6 +29,8 @@ PIXMAPS= e/e-no.xpm e/e0.xpm e/e1.xpm e/e10.xpm e/e11.xpm e/e2.xpm \ std/newmail_s.xpm std/nomail.xpm std/nomail_s.xpm \ std/oldmail.xpm std/oldmail_s.xpm +MAN1= asmail.1 + post-install: .for pixmap in ${PIXMAPS} ${INSTALL_DATA} ${WRKSRC}/pixmaps/${pixmap} ${PREFIX}/include/X11/pixmaps diff --git a/mail/asmail/pkg-plist b/mail/asmail/pkg-plist index ee1fca1..ed344c5 100644 --- a/mail/asmail/pkg-plist +++ b/mail/asmail/pkg-plist @@ -1,6 +1,4 @@ bin/asmail -man/man1/asmail.1.gz -share/doc/asmail/sample.asmailrc include/X11/pixmaps/e-no.xpm include/X11/pixmaps/e0.xpm include/X11/pixmaps/e1.xpm @@ -33,4 +31,5 @@ include/X11/pixmaps/nomail.xpm include/X11/pixmaps/nomail_s.xpm include/X11/pixmaps/oldmail.xpm include/X11/pixmaps/oldmail_s.xpm +share/doc/asmail/sample.asmailrc @dirrm share/doc/asmail |