diff options
author | agc <agc> | 1998-09-08 17:29:46 +0000 |
---|---|---|
committer | agc <agc> | 1998-09-08 17:29:46 +0000 |
commit | abe954ebb0af93ab3a153ecd703623a646dfccd7 (patch) | |
tree | ffb5f98b344244469519495c41c684036ea0974b /x11/xephem | |
parent | 04e5196cc27e8a654d96c651fb146181e0aa1bc5 (diff) | |
download | pkgsrc-abe954ebb0af93ab3a153ecd703623a646dfccd7.tar.gz |
The type of the LICENSE is actually "no-commercial-use".
Diffstat (limited to 'x11/xephem')
-rw-r--r-- | x11/xephem/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xephem/Makefile b/x11/xephem/Makefile index 4bafd39d2fa..cbe4abf85e9 100644 --- a/x11/xephem/Makefile +++ b/x11/xephem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/09/02 08:46:24 frueauf Exp $ +# $NetBSD: Makefile,v 1.4 1998/09/08 17:29:46 agc Exp $ DISTNAME= xephem-3.1 CATEGORIES= x11 @@ -18,7 +18,7 @@ USE_PERL5= yes USE_IMAKE= yes USE_MOTIF= yes -LICENSE= non-commercial-use +LICENSE= no-commercial-use pre-configure: @(cd ${LIBSRC} && ${SETENV} ${SCRIPTS_ENV} XPROJECTROOT=${X11BASE} \ |