diff options
author | wiz <wiz> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-05-19 08:59:00 +0000 |
commit | 53d692acd8a71f89a941dada62a4345937a07233 (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /x11/openmotif | |
parent | 3ed0ee791ad16bb4ffe35b3ae38c3c23a87b463f (diff) | |
download | pkgsrc-53d692acd8a71f89a941dada62a4345937a07233.tar.gz |
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'x11/openmotif')
-rw-r--r-- | x11/openmotif/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/openmotif/Makefile b/x11/openmotif/Makefile index c4472857efe..b752033e8ac 100644 --- a/x11/openmotif/Makefile +++ b/x11/openmotif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2008/11/10 17:21:38 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2009/05/19 08:59:38 wiz Exp $ PKGVER= 2.3.1 DISTNAME= openmotif-${PKGVER} @@ -11,13 +11,10 @@ MASTER_SITES+= ftp://ftp.ics.com/openmotif/2.3/2.3.1/ MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://www.opengroup.org/openmotif/ COMMENT= The Open Group Motif toolkit for the X Window System - -PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir +LICENSE= openmotif-license .include "../../mk/bsd.prefs.mk" -LICENSE= openmotif-license RESTRICTED= Only for Open Source OS; complex terms for commercial distribution. # License grants permission to reproduce distfile for use on Open @@ -37,6 +34,9 @@ NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS+= lesstif-[0-9]* USE_LIBTOOL= yes |