diff options
author | billf <billf@FreeBSD.org> | 1998-12-02 19:32:25 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1998-12-02 19:32:25 +0000 |
commit | 3ccd91aff7532217beec7ec21744d20e4555562f (patch) | |
tree | dd989144dbf89983a007c5248fb7b82109d950c3 /x11-wm | |
parent | abd009143ded76bf1bbc44d418023e2220fa20e3 (diff) | |
download | FreeBSD-ports-3ccd91aff7532217beec7ec21744d20e4555562f.zip FreeBSD-ports-3ccd91aff7532217beec7ec21744d20e4555562f.tar.gz |
Define WRKSRC to make previous commit work.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/tvtwm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/tvtwm/Makefile b/x11-wm/tvtwm/Makefile index cbd59ff..ed85dda 100644 --- a/x11-wm/tvtwm/Makefile +++ b/x11-wm/tvtwm/Makefile @@ -3,7 +3,7 @@ # Date created: 5th December 1994 # Whom: gpalmer # -# $Id: Makefile,v 1.13 1998/10/04 04:03:18 steve Exp $ +# $Id: Makefile,v 1.14 1998/12/01 23:29:58 billf Exp $ # DISTNAME= tvtwm.pl11 @@ -16,6 +16,7 @@ MAINTAINER= gpalmer@FreeBSD.ORG LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +WRKSRC= ${WRKDIR}/tvtwm USE_IMAKE= yes MAN1= tvtwm.1 |