diff options
author | minskim <minskim> | 2004-12-25 22:22:00 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-12-25 22:22:00 +0000 |
commit | 3fcf9391d7a44608c879595e2fc1f1ffc48a8664 (patch) | |
tree | 99e29951bd308885e69aef949860297bf2aad92e /x11/openmotif/Makefile | |
parent | a32fa62fefba74f2b34d6eaf4f3acd5bb377df0b (diff) | |
download | pkgsrc-3fcf9391d7a44608c879595e2fc1f1ffc48a8664.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'x11/openmotif/Makefile')
-rw-r--r-- | x11/openmotif/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/openmotif/Makefile b/x11/openmotif/Makefile index b0cde1ebc44..f428b123903 100644 --- a/x11/openmotif/Makefile +++ b/x11/openmotif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2004/12/18 00:39:31 tron Exp $ +# $NetBSD: Makefile,v 1.31 2004/12/25 22:22:00 minskim Exp $ PKGVER= 2.1.30 DISTNAME= openmotif${PKGVER} @@ -20,6 +20,8 @@ COMMENT= The Open Group Motif toolkit for the X Window System CONFLICTS+= lesstif-[0-9]* +PKG_INSTALLATION_TYPES= overwrite pkgviews + WRKSRC= ${WRKDIR}/motif DIST_SUBDIR= openmotif USE_X11BASE= yes @@ -46,6 +48,8 @@ PLIST_SUBST+= AVAILABLE= USE_GNU_TOOLS+= make .endif +INSTALLATION_DIRS= lib/X11/config man/man1 man/man3 man/man5 + post-extract: ${CP} ${FILESDIR}/NoInstall.rules ${WRKSRC}/config/cf/NoInstall.rules ${CP} ${FILESDIR}/OpenMotif.def ${WRKSRC}/config/cf/Motif.def |