aboutsummaryrefslogtreecommitdiff
path: root/security/wpa_supplicant
diff options
context:
space:
mode:
authorMarkus Brueffer <markus@FreeBSD.org>2007-02-03 01:55:47 +0000
committerMarkus Brueffer <markus@FreeBSD.org>2007-02-03 01:55:47 +0000
commitbb17d1ea5ac4865a9e870c80e79f9ec034f3f5b7 (patch)
treec171a1c5b93622db212c269bfbd21f906d2b0a3f /security/wpa_supplicant
parentf2e931a6834c160ea82fb2072713a905e71e84ed (diff)
downloadports-bb17d1ea5ac4865a9e870c80e79f9ec034f3f5b7.tar.gz
ports-bb17d1ea5ac4865a9e870c80e79f9ec034f3f5b7.zip
Notes
Diffstat (limited to 'security/wpa_supplicant')
-rw-r--r--security/wpa_supplicant/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/security/wpa_supplicant/Makefile b/security/wpa_supplicant/Makefile
index d3704c457d24..b0bec7708e66 100644
--- a/security/wpa_supplicant/Makefile
+++ b/security/wpa_supplicant/Makefile
@@ -31,12 +31,7 @@ PLIST_FILES= sbin/wpa_supplicant \
PLIST_FILES+= etc/${PORTNAME}.conf.sample
-.if !defined(NOPORTDOCS)
-DOCFILES= README \
- ChangeLog
-PLIST_FILES+= ${DOCFILES:S,^,%%DOCSDIR%%/,}
-PLIST_DIRS+= %%DOCSDIR%%
-.endif
+PORTDOCS= README ChangeLog
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_GMAKE= yes
@@ -55,7 +50,7 @@ post-patch:
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${DOCFILES:S|^|${WRKSRC}/|} ${DOCSDIR}
+ @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
@${INSTALL_DATA} ${WRKSRC}/wpa_supplicant.conf ${PREFIX}/etc/wpa_supplicant.conf.sample