diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2013-11-18 22:53:52 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2013-11-18 22:53:52 +0000 |
commit | da6bb456a693ffb69d3da0337c1b24beaeddca71 (patch) | |
tree | fbe419f857af1724e1ddbabbf80ab5b78c3acc7f /cad/ldraw | |
parent | 9d90ae8fc6aa0bf5565bf43d9990065e168abdd0 (diff) |
Notes
Diffstat (limited to 'cad/ldraw')
-rw-r--r-- | cad/ldraw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/ldraw/Makefile b/cad/ldraw/Makefile index f589282dd21c..7b2d5fe703c3 100644 --- a/cad/ldraw/Makefile +++ b/cad/ldraw/Makefile @@ -21,8 +21,8 @@ LICENSE_PERMS_CCbyNCSA2=dist-mirror pkg-mirror auto-accept WRKSRC= ${WRKDIR}/${PORTNAME} USE_ZIP= yes -USES= gmake -USE_DOS2UNIX= *.h makefile mklist.c *.txt *.dat +USES= dos2unix gmake +DOS2UNIX_GLOB= *.h makefile mklist.c *.txt *.dat PORTDOCS= Readme.txt |