diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 19:54:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 19:54:05 +0000 |
commit | 84ef73a3b9feadb209fa81c2541d99488bd05e8f (patch) | |
tree | 8746bc4674b69dde4ffe5c10ac2c9626d2e61e7b /www/webinject/Makefile | |
parent | 2a384f90d6a4c118c0f1ff5c8e02b4db920002a6 (diff) |
Notes
Diffstat (limited to 'www/webinject/Makefile')
-rw-r--r-- | www/webinject/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/webinject/Makefile b/www/webinject/Makefile index eee35303c881..68604974c93c 100644 --- a/www/webinject/Makefile +++ b/www/webinject/Makefile @@ -29,7 +29,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/webinject.pl \ ${DATADIR:S,^${PREFIX}/,,}/config.xml \ ${DATADIR:S,^${PREFIX}/,,}/testcases.xml -PLIST_DIRS= ${DATADIR:S,^${PREFIX}/,,} do-install: @${MKDIR} ${STAGEDIR}${DATADIR} |