diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-06-29 21:28:31 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-06-29 21:28:31 +0000 |
commit | 757f24a121edc9218861bea2d0688d552f209dbd (patch) | |
tree | 121427b11cc600d5a0cc5bedaa8b0d87d8c3d07d /mail/spruce/Makefile | |
parent | 69e1303f772e3eaa7236071507f16c0d8fd7b529 (diff) | |
download | FreeBSD-ports-757f24a121edc9218861bea2d0688d552f209dbd.zip FreeBSD-ports-757f24a121edc9218861bea2d0688d552f209dbd.tar.gz |
Update to 0.4.8.
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 2dc3bc2..9b87c58 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> |