diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-10-08 05:06:16 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-10-08 05:06:16 +0000 |
commit | 888c6af68357045dcb04fb0a6efc50382f12cdd8 (patch) | |
tree | 5fd976681d3382b76a20a6aeef5afe2ea4b24861 /mail/bulk_mailer/Makefile | |
parent | 564a72f78241e7167be9236efbb59c4e5224e1b1 (diff) |
Notes
Diffstat (limited to 'mail/bulk_mailer/Makefile')
-rw-r--r-- | mail/bulk_mailer/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/bulk_mailer/Makefile b/mail/bulk_mailer/Makefile index 9fc8d7916f41..7446bcc7e6f0 100644 --- a/mail/bulk_mailer/Makefile +++ b/mail/bulk_mailer/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: bulk_mailer -# Version required: 1.10 +# Version required: 1.11 # Date created: 20 March 1997 # Whom: dlowe # -# $Id: Makefile,v 1.2 1997/03/28 10:10:05 asami Exp $ +# $Id: Makefile,v 1.3 1998/08/10 00:05:45 steve Exp $ # -DISTNAME= bulk_mailer-1.10 +DISTNAME= bulk_mailer-1.11 CATEGORIES= mail MASTER_SITES= ftp://cs.utk.edu/pub/moore/bulk_mailer/ @@ -28,6 +28,6 @@ do-install: @ ${INSTALL_MAN} ${WRKSRC}/bulk_mailer.1 ${PREFIX}/man/man1/bulk_mailer.1 post-install: - @ /usr/bin/strip ${PREFIX}/bin/bulk_mailer + @ ${STRIP} ${PREFIX}/bin/bulk_mailer .include <bsd.port.mk> |