aboutsummaryrefslogtreecommitdiff
path: root/devel/lua50-filename
diff options
context:
space:
mode:
authorPhilip Paeps <philip@FreeBSD.org>2006-11-30 10:49:04 +0000
committerPhilip Paeps <philip@FreeBSD.org>2006-11-30 10:49:04 +0000
commit9e1851c43070582f988c989375bf4ea69a7f1a35 (patch)
tree839c6753d8ec2f855ed2f726dd420e91ef49b232 /devel/lua50-filename
parent144d2d9773499e9ccc2ad1d1037795a34ec82a37 (diff)
downloadports-9e1851c43070582f988c989375bf4ea69a7f1a35.tar.gz
ports-9e1851c43070582f988c989375bf4ea69a7f1a35.zip
Notes
Diffstat (limited to 'devel/lua50-filename')
-rw-r--r--devel/lua50-filename/Makefile21
-rw-r--r--devel/lua50-filename/distinfo3
-rw-r--r--devel/lua50-filename/pkg-descr3
3 files changed, 2 insertions, 25 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"
diff --git a/devel/lua50-filename/distinfo b/devel/lua50-filename/distinfo
deleted file mode 100644
index ca40911362d1..000000000000
--- a/devel/lua50-filename/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (filename.lua?rev=1.2) = 85157fb0a36a9f2a8b3b6a9f329a1fbe
-SHA256 (filename.lua?rev=1.2) = ff8d2648bf0aa17b8da197afec9f55c01a470e7b4448d19b1233efe879715f1a
-SIZE (filename.lua?rev=1.2) = 2888
diff --git a/devel/lua50-filename/pkg-descr b/devel/lua50-filename/pkg-descr
deleted file mode 100644
index ce9fcc2f3ddb..000000000000
--- a/devel/lua50-filename/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Package of routines for manipulating filenames. Also contains convenience
-functions for querying the status of files in the filesystem named by those
-filenames.