aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libtecla/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libtecla/Makefile')
-rw-r--r--devel/libtecla/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/devel/libtecla/Makefile b/devel/libtecla/Makefile
index 93b48fdcb1ed..1ef4b71ee7e3 100644
--- a/devel/libtecla/Makefile
+++ b/devel/libtecla/Makefile
@@ -7,17 +7,16 @@
#
PORTNAME= libtecla
-PORTVERSION= 1.2b
+PORTVERSION= 1.2.3
CATEGORIES= devel
MASTER_SITES= http://www.astro.caltech.edu/~mcs/tecla/
-DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ijliao@FreeBSD.org
-WRKSRC= ${WRKDIR}/${PORTNAME}
+GNU_CONFIGURE= yes
-USE_GMAKE= yes
-ALL_TARGET= libtecla.a libtecla_r.a
+WRKSRC= ${WRKDIR}/${PORTNAME}
+ALL_TARGET=
MAN3= cfc_file_start.3 cfc_literal_escapes.3 cfc_set_check_fn.3 \
cpl_add_completion.3 cpl_complete_word.3 cpl_file_completions.3 \
@@ -31,7 +30,4 @@ MAN3= cfc_file_start.3 cfc_literal_escapes.3 cfc_set_check_fn.3 \
pca_scan_path.3 pca_set_check_fn.3 ppc_file_start.3 \
ppc_literal_escapes.3
-post-patch:
- @${PERL} -pi -e "s|/usr/local|${PREFIX}|g" ${WRKSRC}/Makefile
-
.include <bsd.port.mk>