diff options
Diffstat (limited to 'mail/spruce/Makefile')
-rw-r--r-- | mail/spruce/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/mail/spruce/Makefile b/mail/spruce/Makefile index 2dc3bc29ca5..9b87c58618d 100644 --- a/mail/spruce/Makefile +++ b/mail/spruce/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: spruce -# Version required: 0.4.7b +# Version required: 0.4.8 # Date created: 05 June 1999 # Whom: Chris Piazza <cpiazza@FreeBSD.org> # -# $Id: Makefile,v 1.2 1999/06/19 08:25:16 cpiazza Exp $ +# $Id: Makefile,v 1.3 1999/06/21 23:03:16 cpiazza Exp $ # -DISTNAME= spruce-0.4.7b +DISTNAME= spruce-0.4.8 CATEGORIES= mail MASTER_SITES= http://www.xtorshun.org/spruce/ @@ -20,7 +20,5 @@ USE_GMAKE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/spruce ${PREFIX}/bin - @ ${MKDIR} ${PREFIX}/share/spruce - ${INSTALL_DATA} ${WRKSRC}/xpm/* ${PREFIX}/share/spruce .include <bsd.port.mk> |