diff options
Diffstat (limited to 'devel/lua-pty/Makefile')
-rw-r--r-- | devel/lua-pty/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/lua-pty/Makefile b/devel/lua-pty/Makefile index c9e67fc9a0ca..d7cc41361bb0 100644 --- a/devel/lua-pty/Makefile +++ b/devel/lua-pty/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lua50-pty -# Date created: 17 April 2006 -# Whom: Andrew Turner <andrew+ports@fubar.geek.nz> -# +# Created by: Andrew Turner <andrew+ports@fubar.geek.nz> # $FreeBSD$ -# PORTNAME= pty PORTVERSION= 1.25 @@ -30,6 +26,7 @@ DISTFILES+= compat-5.1r5.tar.gz:compat PLIST_FILES= %%LUA_MODSHAREDIR%%/pty.lua \ %%LUA_MODLIBDIR%%/lpty.so +NO_STAGE= yes do-extract: @${MKDIR} ${WRKSRC} .for file in ${DISTFILES:C,:.*,,} |