diff options
author | obache <obache> | 2009-09-20 12:51:42 +0000 |
---|---|---|
committer | obache <obache> | 2009-09-20 12:51:42 +0000 |
commit | 3bcddfdb75d0ef80f087f9110de54ef2d217dbf8 (patch) | |
tree | 32a5f92118362db4e8d01c031ed1d1e59101ecc2 /x11 | |
parent | e88dc10094667000184ed0788bf90835fd04540b (diff) | |
download | pkgsrc-3bcddfdb75d0ef80f087f9110de54ef2d217dbf8.tar.gz |
pax does not required anymore.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/eterm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile index f79b9a5fe76..8a8e1501504 100644 --- a/x11/eterm/Makefile +++ b/x11/eterm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2009/09/20 04:35:25 obache Exp $ +# $NetBSD: Makefile,v 1.58 2009/09/20 12:51:42 obache Exp $ DISTNAME= Eterm-0.9.4 PKGNAME= ${DISTNAME:S/^E/e/} @@ -20,7 +20,7 @@ SITES.Eterm-bg-tile.tar.gz= ${MASTER_SITE_BACKUP} PIXMAP_FILES= Eterm-bg-scale-1.tar.gz Eterm-bg-scale-2.tar.gz \ Eterm-bg-tile.tar.gz -USE_TOOLS+= perl:run pax +USE_TOOLS+= perl:run USE_LIBTOOL= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} |