diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-30 19:33:22 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-30 19:33:22 +0000 |
commit | 7f6292cd00888b36c0038f7c5b54096e5eea4061 (patch) | |
tree | fa244eeb223b15a197ebc55c7f0c35e408f75fc6 /astro/jday | |
parent | 1eafa827622a69e1ed91998c833f4da8c178b77d (diff) |
Notes
Diffstat (limited to 'astro/jday')
-rw-r--r-- | astro/jday/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/astro/jday/Makefile b/astro/jday/Makefile index e2b325ddfb1f..cc96ea31a7a3 100644 --- a/astro/jday/Makefile +++ b/astro/jday/Makefile @@ -2,21 +2,22 @@ PORTNAME= jday PORTVERSION= 2.4 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Astronomical Julian date calculator -USE_AUTOTOOLS= libtool -USES= pathfix -USE_LDCONFIG= yes +USES= pathfix libtool GNU_CONFIGURE= yes +USE_LDCONFIG= yes +INSTALL_TARGET= install-strip PLIST_FILES= bin/dbd bin/j2d bin/jday \ include/jday.h lib/libjday.a \ - lib/libjday.la lib/libjday.so \ - lib/libjday.so.2 libdata/pkgconfig/jday.pc \ + lib/libjday.so lib/libjday.so.2 \ + lib/libjday.so.2.0.4 libdata/pkgconfig/jday.pc \ man/man1/jday.1.gz .include <bsd.port.mk> |