diff options
Diffstat (limited to 'mail/asmail/Makefile')
-rw-r--r-- | mail/asmail/Makefile | 4 |
1 files changed, 3 insertions, 1 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 |