diff options
author | pav <pav@FreeBSD.org> | 2010-05-17 21:16:56 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-05-17 21:16:56 +0800 |
commit | 76c24d2912838c24423e74ce99db1fa1f27f6a02 (patch) | |
tree | 2c55555468530f965b7b7a479066c24a1adc0729 /print | |
parent | 0dd02efa9a878a72d94d9b363a5fdeadca444162 (diff) | |
download | freebsd-ports-gnome-76c24d2912838c24423e74ce99db1fa1f27f6a02.tar.gz freebsd-ports-gnome-76c24d2912838c24423e74ce99db1fa1f27f6a02.tar.zst freebsd-ports-gnome-76c24d2912838c24423e74ce99db1fa1f27f6a02.zip |
- Fix dos2unix corruption of gz files
PR: ports/146626
Submitted by: Emil Smolenski <ambsd@raisa.eu.org>
Approved by: maintainer
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 |