diff options
Diffstat (limited to 'x11-wm/ctwm/Makefile')
-rw-r--r-- | x11-wm/ctwm/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/ctwm/Makefile b/x11-wm/ctwm/Makefile index b605ad12986a..5f064f7c0579 100644 --- a/x11-wm/ctwm/Makefile +++ b/x11-wm/ctwm/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: ctwm -# Version required: 3.4 # Date created: 13 November 1994 # Whom: torstenb # # $FreeBSD$ # -DISTNAME= ctwm-3.5.2b +PORTNAME= ctwm +PORTVERSION= 3.5.2b CATEGORIES= x11-wm MASTER_SITES= ftp://slhp1.epfl.ch/pub/ -DISTFILES+= ctwm-3.5.2b.tar.gz ctwm-images.tar.gz +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ctwm-images${EXTRACT_SUFX} MAINTAINER= torstenb@FreeBSD.org @@ -17,7 +17,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 -MAKE_ENV+= LOCALBASE=${LOCALBASE} +MAKE_ENV= LOCALBASE=${LOCALBASE} USE_IMAKE= yes MAN1= ctwm.1 |