diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-10-25 14:04:57 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-10-25 14:04:57 +0000 |
commit | ed0fdb020abee50e793ab0f8b866414af56acb67 (patch) | |
tree | 9d0d4c2a5c18a3c4bfced2be59b148b2c0f95c4b /astro/jday | |
parent | 4e96f31450ebf099c466dd06ad99661fe0b9a8b3 (diff) | |
download | ports-ed0fdb020abee50e793ab0f8b866414af56acb67.tar.gz ports-ed0fdb020abee50e793ab0f8b866414af56acb67.zip |
Notes
Diffstat (limited to 'astro/jday')
-rw-r--r-- | astro/jday/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/astro/jday/Makefile b/astro/jday/Makefile index 16846164bd5f..e2b325ddfb1f 100644 --- a/astro/jday/Makefile +++ b/astro/jday/Makefile @@ -8,17 +8,15 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Astronomical Julian date calculator -NO_STAGE= yes USE_AUTOTOOLS= libtool -USES= pathfix +USES= pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes -MAN1= jday.1 - -PLIST_FILES= bin/jday bin/j2d bin/dbd \ +PLIST_FILES= bin/dbd bin/j2d bin/jday \ include/jday.h lib/libjday.a \ - lib/libjday.so lib/libjday.so.2 \ - lib/libjday.la libdata/pkgconfig/jday.pc + lib/libjday.la lib/libjday.so \ + lib/libjday.so.2 libdata/pkgconfig/jday.pc \ + man/man1/jday.1.gz .include <bsd.port.mk> |