From 76c24d2912838c24423e74ce99db1fa1f27f6a02 Mon Sep 17 00:00:00 2001 From: pav Date: Mon, 17 May 2010 13:16:56 +0000 Subject: - Fix dos2unix corruption of gz files PR: ports/146626 Submitted by: Emil Smolenski Approved by: maintainer --- print/hplip/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'print') 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 -- cgit