aboutsummaryrefslogtreecommitdiff
path: root/www/mod_dnssd/Makefile
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-05-27 21:43:49 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-05-27 21:43:49 +0000
commit6e6671e992fbadb81ad90fa1199edf09b04bb4ba (patch)
treea36f0290dadbd9b78536c3f07f0f27c8eb418a63 /www/mod_dnssd/Makefile
parent6d5b320dddc44db8e41b3e5290051eab2d7f2e05 (diff)
downloadports-6e6671e992fbadb81ad90fa1199edf09b04bb4ba.tar.gz
ports-6e6671e992fbadb81ad90fa1199edf09b04bb4ba.zip
- pet portlint
- use apxs not sed in pkg-plist - use PLIST_SUB vars in pkg-plist PR: ports/147146 Submitted by: pgollucci@ (myself) Approved by: gnome (kwm)
Notes
Notes: svn path=/head/; revision=255196
Diffstat (limited to 'www/mod_dnssd/Makefile')
-rw-r--r--www/mod_dnssd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_dnssd/Makefile b/www/mod_dnssd/Makefile
index a3a0b182e3f0..36f0bababb63 100644
--- a/www/mod_dnssd/Makefile
+++ b/www/mod_dnssd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mod_dnssd
PORTVERSION= 0.6
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= www
MASTER_SITES= http://0pointer.de/lennart/projects/mod_dnssd/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
@@ -17,7 +17,7 @@ COMMENT= An Apache module that provides DNS-SD capabilities
LIB_DEPENDS= avahi-client.3:${PORTSDIR}/net/avahi-app
-MAKE_JOBS_SAFE= yes
+MAKE_JOBS_SAFE= yes
USE_GMAKE= yes
USE_APACHE= 2.2+
@@ -30,7 +30,7 @@ CONFIGURE_ARGS= --disable-lynx
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
+ ${MKDIR} ${DOCSDIR}/
${INSTALL_DATA} ${WRKSRC}/doc/README ${DOCSDIR}/README
.endif