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/rmap | |
parent | 4e96f31450ebf099c466dd06ad99661fe0b9a8b3 (diff) | |
download | ports-ed0fdb020abee50e793ab0f8b866414af56acb67.tar.gz ports-ed0fdb020abee50e793ab0f8b866414af56acb67.zip |
Notes
Diffstat (limited to 'astro/rmap')
-rw-r--r-- | astro/rmap/Makefile | 2 | ||||
-rw-r--r-- | astro/rmap/pkg-plist | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/astro/rmap/Makefile b/astro/rmap/Makefile index f348f81fd807..064aec53605d 100644 --- a/astro/rmap/Makefile +++ b/astro/rmap/Makefile @@ -12,10 +12,8 @@ COMMENT= Generates images of the Earth centered at a particular location LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd -MAN1= rmap.1 GNU_CONFIGURE= yes USES= gmake -NO_STAGE= yes CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" diff --git a/astro/rmap/pkg-plist b/astro/rmap/pkg-plist index d782b5af6af0..19a0b0a938b6 100644 --- a/astro/rmap/pkg-plist +++ b/astro/rmap/pkg-plist @@ -1,4 +1,5 @@ bin/rmap -share/rmap/rmap.colors -share/rmap/earth.rez -@dirrm share/rmap +man/man1/rmap.1.gz +%%DATADIR%%/earth.rez +%%DATADIR%%/rmap.colors +@dirrm %%DATADIR%% |