diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-01 19:22:36 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-01 19:22:36 +0000 |
commit | d4354b59fef8f9ed320931e963835b4fde8cec26 (patch) | |
tree | 77b4e624b1f383cd71cd69c991922c3e408c6923 /x11-wm/fvwm | |
parent | Here's my first cut at doing auto-fetch with ncftp. The extract rule (diff) |
Bring in fvwm (geeze, I forgot I'd even done this!)
Submitted by: jkh
Notes
Notes:
svn path=/head/; revision=53
Diffstat (limited to 'x11-wm/fvwm')
-rw-r--r-- | x11-wm/fvwm/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/fvwm/Makefile b/x11-wm/fvwm/Makefile index 846f4efdf2e5..54ddbfb941c9 100644 --- a/x11-wm/fvwm/Makefile +++ b/x11-wm/fvwm/Makefile @@ -3,18 +3,18 @@ # Date created: 25 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.1.1.1 1994/08/21 19:08:10 jkh Exp $ +# $Id: Makefile,v 1.1.1.1 1994/08/25 21:04:07 jkh Exp $ # DISTNAME= fvwm-1.23b WRKSRC= ${.CURDIR}/work -HOME_LOCATION= spcot.sanders.com:~ftp/pub/fvwm +HOME_LOCATION= ftp://spcot.sanders.com/pub/fvwm USE_IMAKE= yes +# Gack! This is annoyingly necessary, since fvwm comes in 3 parts +# and I've no easy way of coping in the default rules. EXTRACT_COOKIE= ${.CURDIR}/.extract_done - extract: ${EXTRACT_COOKIE} - ${EXTRACT_COOKIE}: @echo "===> Extracting for ${DISTNAME}" @rm -rf ${WRKDIR} |