diff options
author | asau <asau@pkgsrc.org> | 2012-09-11 22:37:10 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-09-11 22:37:10 +0000 |
commit | 7f83a9404a6462cbf7741a2b27b16584af55429c (patch) | |
tree | 9d70d7bfcc191a9d96a73dffdb5e58631037e2c5 /benchmarks/libmicro | |
parent | 21221c5d51147213883f10671673587ee6bc913e (diff) | |
download | pkgsrc-7f83a9404a6462cbf7741a2b27b16584af55429c.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'benchmarks/libmicro')
-rw-r--r-- | benchmarks/libmicro/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/benchmarks/libmicro/Makefile b/benchmarks/libmicro/Makefile index 98ff4ad6068..9644081e71d 100644 --- a/benchmarks/libmicro/Makefile +++ b/benchmarks/libmicro/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/01/25 00:35:48 zafer Exp $ +# $NetBSD: Makefile,v 1.3 2012/09/11 22:37:13 asau Exp $ # DISTNAME= libmicro-${LIBMICRO_VERSION} @@ -18,8 +18,6 @@ WRKSRC= ${WRKDIR}/libMicro-${LIBMICRO_VERSION} USE_TOOLS= gmake tee BUILD_TARGET= default -PKG_DESTDIR_SUPPORT= user-destdir - INSTALLATION_DIRS= bin INSTALLATION_DIRS+= libexec/${PKGBASE} INSTALLATION_DIRS+= libexec/${PKGBASE}/bin |