diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2011-05-22 21:34:32 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2011-05-22 21:34:32 +0000 |
commit | 3f4cabb66c86fae519ccb253bb2fc63543be0c93 (patch) | |
tree | ede3f285cf8fdd7ce24684fb5a89fdfb15b97283 /www/neowebscript/files/Makefile.bsd | |
parent | - update to httpd-2.2.19 (diff) |
Kill deprecated ports: devel/tcl-neo and www/neowebscript.
These have been broken and deprecated for weeks, the maintainer
has not responded, and there was no discussion in the PR or on ports@.
PR: ports/155759
Notes
Notes:
svn path=/head/; revision=274473
Diffstat (limited to 'www/neowebscript/files/Makefile.bsd')
-rw-r--r-- | www/neowebscript/files/Makefile.bsd | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/www/neowebscript/files/Makefile.bsd b/www/neowebscript/files/Makefile.bsd deleted file mode 100644 index 6ab4574d374b..000000000000 --- a/www/neowebscript/files/Makefile.bsd +++ /dev/null @@ -1,18 +0,0 @@ -MODULES=neoscript neo_userdir log_neo auth_tcl # neo_include - -.SUFFIXES: -.SUFFIXES: .so .c - -.c.so: - ${MAKE} -f ${FILESDIR}/Makefile.lib SRCS=${.ALLSRC} - -all: ${MODULES:%=mod_%.so} - -SYSCONFDIR!= ${PREFIX}/sbin/apxs -q SYSCONFDIR - -install: - ${INSTALL_DATA} ${MODULES:%=mod_%.so} ${PREFIX}/libexec/apache/ -#.for m in ${MODULES} -# ${PREFIX}/sbin/apxs -e -A -n $m ${PREFIX}/libexec/apache/mod_$m.so -#.endfor - cp -Rp ${.CURDIR}/../neowebscript ${PREFIX}/share/ |