diff options
author | asau <asau@pkgsrc.org> | 2009-12-13 01:46:31 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2009-12-13 01:46:31 +0000 |
commit | 929e84f109311731a0f88cfa978478733677a052 (patch) | |
tree | 0586f6cb94fc216c208f33804e6a4d2889506fa8 /benchmarks | |
parent | 29f0d560eb32f37553263be4af2b308fb3cc1ad1 (diff) | |
download | pkgsrc-929e84f109311731a0f88cfa978478733677a052.tar.gz |
Set DIST_SUBDIR.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/skampi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/skampi/Makefile b/benchmarks/skampi/Makefile index 1b37b3fd1d8..a38df9439dc 100644 --- a/benchmarks/skampi/Makefile +++ b/benchmarks/skampi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2009/12/13 01:34:45 asau Exp $ +# $NetBSD: Makefile,v 1.23 2009/12/13 01:46:31 asau Exp $ # DISTNAME= skampi @@ -15,6 +15,7 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir +DIST_SUBDIR= ${PKGNAME_NOREV} WRKSRC= ${WRKDIR}/skampi-5.0.4-r0355 USE_TOOLS+= gmake pax |