diff options
author | jlam <jlam@pkgsrc.org> | 2005-12-29 06:21:30 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-12-29 06:21:30 +0000 |
commit | 67eaa64b538f1cc9ee2559e7b9b0001914e6dd58 (patch) | |
tree | cd74196fb4970fddf0114e46d23d0bc534a0a70a /misc/celestia | |
parent | 48b36d105551f382acace5619771b16410f290ce (diff) | |
download | pkgsrc-67eaa64b538f1cc9ee2559e7b9b0001914e6dd58.tar.gz |
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
Diffstat (limited to 'misc/celestia')
-rw-r--r-- | misc/celestia/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/celestia/Makefile b/misc/celestia/Makefile index 619689de1c6..a05802e360b 100644 --- a/misc/celestia/Makefile +++ b/misc/celestia/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2005/09/04 05:00:36 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/12/29 06:21:54 jlam Exp $ PKGREVISION= 1 COMMENT= Free real-time 3D space simulator -USE_PKGINSTALL= yes EGDIR= ${PREFIX}/share/examples/celestia CONF_FILES= ${EGDIR}/celestia.cfg.default ${PKG_SYSCONFDIR}/celestia.cfg |