diff options
Diffstat (limited to 'devel/gauche-readline/Makefile')
-rw-r--r-- | devel/gauche-readline/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/gauche-readline/Makefile b/devel/gauche-readline/Makefile index 84ca5c422e36..ec888fd5a940 100644 --- a/devel/gauche-readline/Makefile +++ b/devel/gauche-readline/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Gauche Readline -# Date created: 15 Jan 2004 -# Whom: Erik Greenwald <erik@smluc.org> -# +# Created by: Erik Greenwald <erik@smluc.org> # $FreeBSD$ -# PORTNAME= readline PORTVERSION= 0.1 @@ -25,6 +21,7 @@ GAUCHE_FILES= readline/history.scm readline/keymap.scm readline/term-util.scm PLIST_SUB+= GAUCHE_LIBDIR=${GAUCHE_LIBDIR} +NO_STAGE= yes do-install: .if !exists(${PREFIX}/${GAUCHE_LIBDIR}/readline) ${MKDIR} ${PREFIX}/${GAUCHE_LIBDIR}/readline |