diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-10-27 12:21:47 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-10-27 12:21:47 +0000 |
commit | 11992b66e200758767442f3040801fcb32f17c83 (patch) | |
tree | d3e196696ffbd243a95d416abdc8c447ec4a7545 /astro | |
parent | 7a909ab33afa1288e53eb8e8e2f48e4d054ed74a (diff) | |
download | ports-11992b66e200758767442f3040801fcb32f17c83.tar.gz ports-11992b66e200758767442f3040801fcb32f17c83.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xrmap/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/astro/xrmap/Makefile b/astro/xrmap/Makefile index 3153642579d4..a1216c666023 100644 --- a/astro/xrmap/Makefile +++ b/astro/xrmap/Makefile @@ -7,6 +7,7 @@ PORTNAME= xrmap PORTVERSION= 2.32 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/xrmap/data/:data \ ftp://ftp.ac-grenoble.fr/ge/geosciences/xrmap/:src @@ -40,6 +41,8 @@ post-extract: post-patch: @${REINPLACE_CMD} -Ee 's|cc |$(CC) $(CFLAGS) |' ${WRKSRC}/tools/Makefile + @${REINPLACE_CMD} -Ee '/FLAGPATH/ s,/(xpm|svg|eps|png),,' ${WRKSRC}/xrmap.c + @${REINPLACE_CMD} -e 's|SHAREDIR"/doc"|"${DOCSDIR}"|' ${WRKSRC}/xrmap.h do-install: # install xrmap |