diff options
Diffstat (limited to 'german/kheisereg/Makefile')
-rw-r--r-- | german/kheisereg/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/german/kheisereg/Makefile b/german/kheisereg/Makefile index 81f83e0bbe12..aaeb6d7c351d 100644 --- a/german/kheisereg/Makefile +++ b/german/kheisereg/Makefile @@ -5,20 +5,22 @@ # $FreeBSD$ PORTNAME= kheisereg -PORTVERSION= 0.7 -PORTREVISION= 2 +PORTVERSION= 0.8 CATEGORIES= german kde MASTER_SITES= http://www.gantz-edv.de/kheisereg/ MAINTAINER= markus@FreeBSD.org COMMENT= KDE utility to search within the Heise Register +EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-configure + +USE_BZIP2= yes USE_KDEBASE_VER= 3 GNU_CONFIGURE= yes USE_REINPLACE= yes post-patch: - @${REINPLACE_CMD} -e 's|-O2||g; s|-lpthread|${PTHREAD_LIBS}|g' \ - ${WRKSRC}/${CONFIGURE_SCRIPT} + @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} + @${REINPLACE_CMD} -e 's|/mnt|/cdrom|g' ${WRKSRC}/kheisereg/global.h .include <bsd.port.mk> |