diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-12 09:46:09 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-12 09:46:09 +0000 |
commit | 5a1964dbcdc0128fad7ad6894a9b3683b8e997c8 (patch) | |
tree | e758d068d77a1912b656f82019bb6260b7ab9f96 /deskutils | |
parent | o Fix MASTER_SITES (diff) |
Remove REINPLACE commands that were rolled into gnomehack.
Notes
Notes:
svn path=/head/; revision=82858
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gnome-pim/Makefile | 2 | ||||
-rw-r--r-- | deskutils/gnome-utils/Makefile | 4 | ||||
-rw-r--r-- | deskutils/gnomepim/Makefile | 2 | ||||
-rw-r--r-- | deskutils/gnomeutils2/Makefile | 4 | ||||
-rw-r--r-- | deskutils/libmrproject/Makefile | 4 | ||||
-rw-r--r-- | deskutils/mrproject/Makefile | 4 | ||||
-rw-r--r-- | deskutils/planner/Makefile | 4 |
7 files changed, 0 insertions, 24 deletions
diff --git a/deskutils/gnome-pim/Makefile b/deskutils/gnome-pim/Makefile index ccbff07e7146..ce86287891e2 100644 --- a/deskutils/gnome-pim/Makefile +++ b/deskutils/gnome-pim/Makefile @@ -52,8 +52,6 @@ pre-extract: @${ECHO_MSG} post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure .for file in vcc.y vobject.c @${REINPLACE_CMD} -e "s/malloc[.]h/stdlib.h/g" ${WRKSRC}/libversit/${file} .endfor diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile index 9907f148b419..0eeb3034d04c 100644 --- a/deskutils/gnome-utils/Makefile +++ b/deskutils/gnome-utils/Makefile @@ -31,8 +31,4 @@ MAN1= gnome-calculator.1 \ gnome-character-map.1 gnome-dictionary.1 \ gnome-search-tool.1 gnome-system-log.1 gdialog.1 -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - .include <bsd.port.mk> diff --git a/deskutils/gnomepim/Makefile b/deskutils/gnomepim/Makefile index ccbff07e7146..ce86287891e2 100644 --- a/deskutils/gnomepim/Makefile +++ b/deskutils/gnomepim/Makefile @@ -52,8 +52,6 @@ pre-extract: @${ECHO_MSG} post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure .for file in vcc.y vobject.c @${REINPLACE_CMD} -e "s/malloc[.]h/stdlib.h/g" ${WRKSRC}/libversit/${file} .endfor diff --git a/deskutils/gnomeutils2/Makefile b/deskutils/gnomeutils2/Makefile index 9907f148b419..0eeb3034d04c 100644 --- a/deskutils/gnomeutils2/Makefile +++ b/deskutils/gnomeutils2/Makefile @@ -31,8 +31,4 @@ MAN1= gnome-calculator.1 \ gnome-character-map.1 gnome-dictionary.1 \ gnome-search-tool.1 gnome-system-log.1 gdialog.1 -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - .include <bsd.port.mk> diff --git a/deskutils/libmrproject/Makefile b/deskutils/libmrproject/Makefile index c4fb45a42186..221736bb9da2 100644 --- a/deskutils/libmrproject/Makefile +++ b/deskutils/libmrproject/Makefile @@ -25,10 +25,6 @@ USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - post-install: @${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/libmrproject.sh > ${PREFIX}/etc/rc.d/000.libmrproject.sh @${CHMOD} 750 ${PREFIX}/etc/rc.d/000.libmrproject.sh diff --git a/deskutils/mrproject/Makefile b/deskutils/mrproject/Makefile index 0705a34a899d..616c5c4919d1 100644 --- a/deskutils/mrproject/Makefile +++ b/deskutils/mrproject/Makefile @@ -24,10 +24,6 @@ USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - post-install: @${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/mrproject.sh > ${PREFIX}/etc/rc.d/000.mrproject.sh @${CHMOD} 750 ${PREFIX}/etc/rc.d/000.mrproject.sh diff --git a/deskutils/planner/Makefile b/deskutils/planner/Makefile index 0705a34a899d..616c5c4919d1 100644 --- a/deskutils/planner/Makefile +++ b/deskutils/planner/Makefile @@ -24,10 +24,6 @@ USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - post-install: @${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/mrproject.sh > ${PREFIX}/etc/rc.d/000.mrproject.sh @${CHMOD} 750 ${PREFIX}/etc/rc.d/000.mrproject.sh |