diff options
author | billf <billf@FreeBSD.org> | 1998-12-03 03:32:25 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1998-12-03 03:32:25 +0800 |
commit | 3ccd91aff7532217beec7ec21744d20e4555562f (patch) | |
tree | dd989144dbf89983a007c5248fb7b82109d950c3 /x11-wm/tvtwm | |
parent | abd009143ded76bf1bbc44d418023e2220fa20e3 (diff) | |
download | freebsd-ports-gnome-3ccd91aff7532217beec7ec21744d20e4555562f.tar.gz freebsd-ports-gnome-3ccd91aff7532217beec7ec21744d20e4555562f.tar.zst freebsd-ports-gnome-3ccd91aff7532217beec7ec21744d20e4555562f.zip |
Define WRKSRC to make previous commit work.
Diffstat (limited to 'x11-wm/tvtwm')
-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 cbd59fff7c38..ed85dda0c46b 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 |