diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-02 01:59:10 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-02 01:59:10 +0000 |
commit | 99006a38be1663dc278319f3596a95e206d0d282 (patch) | |
tree | 91d35ace7b4bd05c1facc49763e82c0f7d341ce4 /mail/asmail | |
parent | 9f6536b673c1d6774997b266377952b7671587f9 (diff) | |
download | ports-99006a38be1663dc278319f3596a95e206d0d282.tar.gz ports-99006a38be1663dc278319f3596a95e206d0d282.zip |
Notes
Diffstat (limited to 'mail/asmail')
-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 4205ecc60c80..969cba48f7b8 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 ee1fca135b32..ed344c580b38 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 |