diff options
Diffstat (limited to 'devel/lua-filename/Makefile')
-rw-r--r-- | devel/lua-filename/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/lua-filename/Makefile b/devel/lua-filename/Makefile index 67705b12aa89..2289469428ad 100644 --- a/devel/lua-filename/Makefile +++ b/devel/lua-filename/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lua50-filename -# Date created: 17 April 2006 -# Whom: Andrew Turner <andrew+ports@fubar.geek.nz> -# +# Created by: Andrew Turner <andrew+ports@fubar.geek.nz> # $FreeBSD$ -# PORTNAME= filename PORTVERSION= 1.2 @@ -27,6 +23,7 @@ NO_WRKSUBDIR= yes PLIST_FILES= %%LUA_MODSHAREDIR%%/filename.lua +NO_STAGE= yes post-extract: ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}/filename.lua |