diff options
author | joerg <joerg@pkgsrc.org> | 2015-07-04 16:18:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-07-04 16:18:28 +0000 |
commit | 40359543350f97f6f4ce738f77467358da339880 (patch) | |
tree | d8a48c8d2848b617581f63aeec6454f4736400cd /x11/filerunner | |
parent | 87993e055fdcca0d2b61250e291a62eff0eb64ff (diff) | |
download | pkgsrc-40359543350f97f6f4ce738f77467358da339880.tar.gz |
Remove USE_X11BASE and X11PREFIX.
Diffstat (limited to 'x11/filerunner')
-rw-r--r-- | x11/filerunner/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/filerunner/Makefile b/x11/filerunner/Makefile index cc65276b551..4fa89c100f8 100644 --- a/x11/filerunner/Makefile +++ b/x11/filerunner/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2014/01/20 19:20:09 joerg Exp $ +# $NetBSD: Makefile,v 1.37 2015/07/04 16:18:41 joerg Exp $ DISTNAME= FileRunner-2.5.1 PKGNAME= ${DISTNAME:S/FileRunner/filerunner/} @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.cd.chalmers.se/~hch/filerunner.html COMMENT= Filemanager with FTP capabilities. Uses Tcl/Tk -USE_X11BASE= yes - INSTALLATION_DIRS= bin lib/FileRunner/bitmaps post-extract: |