diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-26 21:31:58 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-26 21:31:58 +0000 |
commit | c22aa7140d2d8d11020cab5f29a5c9daafa7918a (patch) | |
tree | 12d024b7ba3a32c9f8ac736449f0a4a73ecf9baf /mail/qsheff/Makefile | |
parent | 80f1fc62db0242fe1636406fecfdf786f286950f (diff) |
Update to 1.0.r4 [1]
Respect CFLAGS
PR: 88055 [1]
Submitted by: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu> [1]
Notes
Notes:
svn path=/head/; revision=146447
Diffstat (limited to 'mail/qsheff/Makefile')
-rw-r--r-- | mail/qsheff/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/qsheff/Makefile b/mail/qsheff/Makefile index 7ee7e91cc081..24cf4cfced35 100644 --- a/mail/qsheff/Makefile +++ b/mail/qsheff/Makefile @@ -6,10 +6,11 @@ # PORTNAME= qsheff -PORTVERSION= 1.0.r3 +PORTVERSION= 1.0.r4 CATEGORIES= mail -MASTER_SITES= http://www.enderunix.org/qsheff/ \ +MASTER_SITES= http://www.enderunix.org/ \ ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-r/} MAINTAINER= ports@FreeBSD.org @@ -43,6 +44,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/clamdscan:${PORTSDIR}/security/clamav .endif post-patch: + @${REINPLACE_CMD} -e "s|^CFLAGS =|CFLAGS +=|" ${WRKSRC}/Makefile.in .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e 's|\(install-data-am: \)install-qsheffdocDATA|\1|g' \ -e 's| contribute$$||g' \ |