diff options
-rw-r--r-- | print/hplip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/hplip/Makefile b/print/hplip/Makefile index d8531ec31a09..8dd63118b5a2 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -45,6 +45,7 @@ USE_RC_SUBR= hpssd MAKE_JOBS_SAFE= yes SUB_FILES= pkg-message USE_DOS2UNIX= yes +DOS2UNIX_REGEX=.+\.(c|cpp|h|py)$ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} CPPFLAGS+= -I${LOCALBASE}/include |