diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-09-07 23:35:11 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-09-07 23:35:11 +0800 |
commit | 8eb7f19b69c6812fc68006dcbc4bd51515193e08 (patch) | |
tree | 263e2535b09362bc91506f3a01590a771d3de497 /audio/gnome-media/Makefile | |
parent | 4131a8c1509941695ba5c35e670716a27350bb50 (diff) | |
download | marcuscom-ports-8eb7f19b69c6812fc68006dcbc4bd51515193e08.tar marcuscom-ports-8eb7f19b69c6812fc68006dcbc4bd51515193e08.tar.gz marcuscom-ports-8eb7f19b69c6812fc68006dcbc4bd51515193e08.tar.bz2 marcuscom-ports-8eb7f19b69c6812fc68006dcbc4bd51515193e08.tar.lz marcuscom-ports-8eb7f19b69c6812fc68006dcbc4bd51515193e08.tar.xz marcuscom-ports-8eb7f19b69c6812fc68006dcbc4bd51515193e08.tar.zst marcuscom-ports-8eb7f19b69c6812fc68006dcbc4bd51515193e08.zip |
Forgot to save in VIM, remove that un-need bsd.port.pre.mk.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9541 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/gnome-media/Makefile')
-rw-r--r-- | audio/gnome-media/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile index f644d6fb9..1176de0e7 100644 --- a/audio/gnome-media/Makefile +++ b/audio/gnome-media/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/gnome-media/Makefile,v 1.108 2007/05/19 21:35:56 marcus Exp $ +# $MCom: ports/audio/gnome-media/Makefile,v 1.109 2007/09/07 15:32:51 mezz Exp $ # PORTNAME= gnome-media @@ -34,12 +34,10 @@ GCONF_SCHEMAS= CDDB-Slave2.schemas gnome-audio-profiles.schemas \ gnome-cd.schemas gnome-sound-recorder.schemas \ gnome-volume-control.schemas -.include <bsd.port.pre.mk> - post-patch: @${REINPLACE_CMD} -e 's|[$$][(]CDROM_HOST[)]|freebsd|g' \ ${WRKSRC}/gnome-cd/Makefile.in @${REINPLACE_CMD} -e 's|acd0c|acd0|g ; s|== "xyes|= "xyes|g' \ ${WRKSRC}/configure -.include <bsd.port.post.mk> +.include <bsd.port.mk> |