diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-05-17 13:16:56 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-05-17 13:16:56 +0000 |
commit | d843ddb01ec1dbd1dac10197ea1f73c445f68cec (patch) | |
tree | 52d6e58e655eb66ca413dcdd6919637ea16ea1fe /print | |
parent | ba59f51a639f05dba69bebb6a1375d61fb09a631 (diff) | |
download | ports-d843ddb01ec1dbd1dac10197ea1f73c445f68cec.tar.gz ports-d843ddb01ec1dbd1dac10197ea1f73c445f68cec.zip |
Notes
Diffstat (limited to 'print')
-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 |