diff options
author | agc <agc@pkgsrc.org> | 1998-09-08 17:29:46 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-09-08 17:29:46 +0000 |
commit | ce2d55eb2879fbf4ecb7d2386bd5e1d2ed306341 (patch) | |
tree | ffb5f98b344244469519495c41c684036ea0974b /x11/xephem | |
parent | 63ef92571541bda63d15a6bab860bb8125775834 (diff) | |
download | pkgsrc-ce2d55eb2879fbf4ecb7d2386bd5e1d2ed306341.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} \ |