diff options
author | bapt <bapt@FreeBSD.org> | 2013-11-19 16:13:56 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-11-19 16:13:56 +0800 |
commit | c73d628ea45bfc1424b469fe5748926ac770f481 (patch) | |
tree | b92a505d31bee619cc609d5248460c50bb93ff6b /textproc | |
parent | de9200bc01cd9ef17feb7767e7d37d75fab80f84 (diff) | |
download | freebsd-ports-gnome-c73d628ea45bfc1424b469fe5748926ac770f481.tar.gz freebsd-ports-gnome-c73d628ea45bfc1424b469fe5748926ac770f481.tar.zst freebsd-ports-gnome-c73d628ea45bfc1424b469fe5748926ac770f481.zip |
Remove USE_DOS2UNIX leftover
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-DBMS/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/p5-XML-DBMS/Makefile b/textproc/p5-XML-DBMS/Makefile index 7ebd4260c788..f4edcf5bd990 100644 --- a/textproc/p5-XML-DBMS/Makefile +++ b/textproc/p5-XML-DBMS/Makefile @@ -23,7 +23,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${PORTNAME} USES= dos2unix perl5 USE_PERL5= configure -USE_DOS2UNIX= yes post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} |