diff options
Diffstat (limited to 'japanese/prime-dict/Makefile')
-rw-r--r-- | japanese/prime-dict/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/japanese/prime-dict/Makefile b/japanese/prime-dict/Makefile index 946999f331d8..7220130fb2f8 100644 --- a/japanese/prime-dict/Makefile +++ b/japanese/prime-dict/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ja-prime-dict -# Date created: 6 Jun 2003 -# Whom: Gen Otsuji<otsuji@users.sourceforge.jp> -# +# Created by: Gen Otsuji<otsuji@users.sourceforge.jp> # $FreeBSD$ -# PORTNAME= prime PORTVERSION= 1.0.0 @@ -22,6 +18,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-rubydir=${RUBY_SITELIBDIR} USE_AUTOTOOLS= automake autoconf +NO_STAGE= yes pre-configure: @(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL}) |