diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 13:14:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 13:14:04 +0000 |
commit | 701daf1eabe3254ca8587ce22ec8222e36b790ca (patch) | |
tree | 1cc10274b95444868f11e5a388e354d25cec423e /astro/jday | |
parent | - Fix typo (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: astro)
Diffstat (limited to 'astro/jday')
-rw-r--r-- | astro/jday/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/jday/Makefile b/astro/jday/Makefile index 6ce6896b1dcd..16846164bd5f 100644 --- a/astro/jday/Makefile +++ b/astro/jday/Makefile @@ -8,6 +8,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Astronomical Julian date calculator +NO_STAGE= yes USE_AUTOTOOLS= libtool USES= pathfix USE_LDCONFIG= yes |