diff options
author | mjl <mjl@pkgsrc.org> | 2000-10-29 23:16:46 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2000-10-29 23:16:46 +0000 |
commit | 64ad9e76d999a9ab9d0191d0e86884bde00cf58b (patch) | |
tree | ab5ab7cff2007924da6b1a28d621dcdba3d1b796 | |
parent | 86b05912523db5962bdf3ec2c61c5b243de83710 (diff) | |
download | pkgsrc-64ad9e76d999a9ab9d0191d0e86884bde00cf58b.tar.gz |
Move distfiles to separate subdir.
-rw-r--r-- | x11/openmotif/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/openmotif/Makefile b/x11/openmotif/Makefile index 309f6808d21..78106de9b60 100644 --- a/x11/openmotif/Makefile +++ b/x11/openmotif/Makefile @@ -1,5 +1,5 @@ # $OpenBSD: Makefile,v 1.5 2000/10/23 16:08:12 espie Exp $ -# $NetBSD: Makefile,v 1.1.1.1 2000/10/29 16:17:13 mjl Exp $ +# $NetBSD: Makefile,v 1.2 2000/10/29 23:16:46 mjl Exp $ PKGVER= 2.1.30 DISTNAME= openmotif${PKGVER} @@ -18,6 +18,7 @@ PATCH_DIST_STRIP=-p1 MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.opengroup.org/openmotif/ +DIST_SUBDIR= openmotif WRKSRC= ${WRKDIR}/motif USE_X11BASE= yes ALL_TARGET= World |