diff options
author | clement <clement@FreeBSD.org> | 2008-01-28 04:56:14 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2008-01-28 04:56:14 +0800 |
commit | 76ab267226ac34872b2bce6db8f151d999b06404 (patch) | |
tree | 01ccef6e58a850a5d9d33dad9ba5fad9dbe055f8 | |
parent | c55548d3152f489da8b3b10b00a958e772f58bab (diff) | |
download | freebsd-ports-gnome-76ab267226ac34872b2bce6db8f151d999b06404.tar.gz freebsd-ports-gnome-76ab267226ac34872b2bce6db8f151d999b06404.tar.zst freebsd-ports-gnome-76ab267226ac34872b2bce6db8f151d999b06404.zip |
- Oops... USE_LDCONFIG shouldn't have been committed
-rw-r--r-- | www/apache-contrib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/apache-contrib/Makefile b/www/apache-contrib/Makefile index 653ada6273fe..4a5ca4570220 100644 --- a/www/apache-contrib/Makefile +++ b/www/apache-contrib/Makefile @@ -16,7 +16,6 @@ MAINTAINER= apache@FreeBSD.org COMMENT= Third-party modules contributed to the Apache HTTP server project USE_APACHE= 13 -USE_LDCONFIG= ${PREFIX}/libexec/apache .include <bsd.port.pre.mk> |