diff options
author | Philip Paeps <philip@FreeBSD.org> | 2006-11-30 10:49:04 +0000 |
---|---|---|
committer | Philip Paeps <philip@FreeBSD.org> | 2006-11-30 10:49:04 +0000 |
commit | 9e1851c43070582f988c989375bf4ea69a7f1a35 (patch) | |
tree | 839c6753d8ec2f855ed2f726dd420e91ef49b232 /devel/lua50-filename/Makefile | |
parent | 144d2d9773499e9ccc2ad1d1037795a34ec82a37 (diff) | |
download | ports-9e1851c43070582f988c989375bf4ea69a7f1a35.tar.gz ports-9e1851c43070582f988c989375bf4ea69a7f1a35.zip |
Notes
Diffstat (limited to 'devel/lua50-filename/Makefile')
-rw-r--r-- | devel/lua50-filename/Makefile | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/devel/lua50-filename/Makefile b/devel/lua50-filename/Makefile index c885a92d2c12..28d7e5c8563e 100644 --- a/devel/lua50-filename/Makefile +++ b/devel/lua50-filename/Makefile @@ -5,25 +5,8 @@ # $FreeBSD$ # -PORTNAME= filename -PORTVERSION= 1.2 -CATEGORIES= devel -MASTER_SITES= http://cvs.bsdinstaller.org/cgi-bin/cvsweb.cgi/installer/src/lib/lua/filename/ -PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} -DISTFILES= filename.lua?rev=${PORTVERSION} -EXTRACT_ONLY= # - -MAINTAINER= andrew+ports@fubar.geek.nz -COMMENT= Filename-manipulating functions for Lua 5.0.x - USE_LUA= 5.0 -NO_BUILD= yes -NO_WRKSUBDIR= yes - -PLIST_FILES= %%LUA_MODSHAREDIR%%/filename.lua -do-install: - ${INSTALL_DATA} ${DISTDIR}/${DISTFILES} \ - ${LUA_MODSHAREDIR}/${DISTFILES:C/\?.*$//} +MASTERDIR= ${.CURDIR}/../lua-filename -.include <bsd.port.mk> +.include "${MASTERDIR}/Makefile" |