summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorryoon <ryoon>2012-12-31 05:29:18 +0000
committerryoon <ryoon>2012-12-31 05:29:18 +0000
commit6125122ea47d50498b7e2266242a5c76e8c41784 (patch)
treeae8d38b30d593059eef79acc07f863224fe55542 /devel
parent7c847e4881f7c620f53710717476b0dd220210ee (diff)
downloadpkgsrc-6125122ea47d50498b7e2266242a5c76e8c41784.tar.gz
Remove unused Makefile.common.
This package includes parent meta-pkg's Makefile.common.
Diffstat (limited to 'devel')
-rw-r--r--devel/lua-lrexlib-onig/Makefile.common39
1 files changed, 0 insertions, 39 deletions
diff --git a/devel/lua-lrexlib-onig/Makefile.common b/devel/lua-lrexlib-onig/Makefile.common
deleted file mode 100644
index 51370403846..00000000000
--- a/devel/lua-lrexlib-onig/Makefile.common
+++ /dev/null
@@ -1,39 +0,0 @@
-# $NetBSD: Makefile.common,v 1.2 2012/10/31 11:17:26 asau Exp $
-# used by devel/lua-lrexlib-posix/Makefile
-# used by devel/lua-lrexlib-pcre/Makefile
-# used by devel/lua-lrexlib-oniguruma/Makefile
-#
-.include "../../devel/lua-lrexlib/Makefile.version"
-
-DISTNAME= lrexlib-${VERSION}
-PKGNAME= ${LUA_PKGPREFIX}-lrexlib-${ENGINE}-${VERSION}
-CATEGORIES= devel
-MASTER_SITES= http://luaforge.net/frs/download.php/3599/
-EXTRACT_SUFX= .zip
-
-HOMEPAGE= http://luaforge.net/projects/lrexlib
-
-LICENSE= mit
-
-USE_TOOLS+= gmake
-USE_LIBTOOL= yes
-
-BUILD_TARGET= build_${ENGINE}
-TEST_TARGET= test_${ENGINE}
-
-#MAKE_FILE= makefile
-
-#
-PATCHDIR= ${.CURDIR}/../../devel/lua-lrexlib/patches
-DISTINFO_FILE= ${.CURDIR}/../../devel/lua-lrexlib/distinfo
-DESCR_SRC= ${.CURDIR}/../../devel/lua-lrexlib/DESCR
-
-MAKE_FLAGS+= LIBS=${LIBS:Q}
-MAKE_FLAGS+= LIBTOOL=${LIBTOOL:Q}
-MAKE_FLAGS+= MODULES_DIR=${PREFIX}/${LUA_CDIR}
-
-INSTALLATION_DIRS+= ${LUA_CDIR}
-
-do-install:
- ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} \
- ${WRKSRC}/src/${ENGINE_DIR}/rex_${ENGINE}.la ${DESTDIR}${PREFIX}/${LUA_CDIR}