diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:13:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:13:42 +0000 |
commit | 580a778a16c548027cb6b56ad3357f1dec74e859 (patch) | |
tree | 3181285e36d6e08abfc359972209897c5230fa7a /devel/libbegemot | |
parent | 34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5 (diff) | |
download | ports-580a778a16c548027cb6b56ad3357f1dec74e859.tar.gz ports-580a778a16c548027cb6b56ad3357f1dec74e859.zip |
Notes
Diffstat (limited to 'devel/libbegemot')
-rw-r--r-- | devel/libbegemot/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/libbegemot/Makefile b/devel/libbegemot/Makefile index aa66eeb6e835..e757c5348735 100644 --- a/devel/libbegemot/Makefile +++ b/devel/libbegemot/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libbegemot -# Date created: Sep 15 2005 -# Whom: Andrey V. Elsukov <bu7cher@yandex.ru> -# +# Created by: Andrey V. Elsukov <bu7cher@yandex.ru> # $FreeBSD$ -# PORTNAME= libbegemot PORTVERSION= 1.11 @@ -25,6 +21,7 @@ MAN1= cstrc.1 frame.1 getfields.1 intro.1 panic.1 prstat.1 readline.1 \ rpoll.1 strnchr.1 strnlen.1 strsave.1 strtrimsp.1 verb.1 xalloc.1 MLINKS= xalloc.1 xrealloc.1 +NO_STAGE= yes run-autotools:: @(cd ${CONFIGURE_WRKSRC} && ${ACLOCAL} -I ${LIBTOOL_SHAREDIR}/libltdl/) @(cd ${CONFIGURE_WRKSRC} && ${AUTOCONF}) |