diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-12 16:54:32 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-12 16:54:32 +0800 |
commit | bea858956b2073d1b682e82fd494f094816a638b (patch) | |
tree | 488a5238bc12c471a07d40576cafd80804cca8f0 /audio/gnomemedia2 | |
parent | d050d3248e141bda25252a3e56308c822b1ddca7 (diff) | |
download | marcuscom-ports-bea858956b2073d1b682e82fd494f094816a638b.tar.gz marcuscom-ports-bea858956b2073d1b682e82fd494f094816a638b.tar.zst marcuscom-ports-bea858956b2073d1b682e82fd494f094816a638b.zip |
One more PORTREVISION bump for good measure now that CD and CDDB support
seem to be working again.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3930 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/gnomemedia2')
-rw-r--r-- | audio/gnomemedia2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/gnomemedia2/Makefile b/audio/gnomemedia2/Makefile index c062757cd..ff31e07e5 100644 --- a/audio/gnomemedia2/Makefile +++ b/audio/gnomemedia2/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomemedia2 PORTVERSION= 2.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-media/2.10 @@ -40,9 +40,9 @@ post-patch: @${REINPLACE_CMD} -e 's|[$$][(]CDROM_HOST[)]|freebsd|g' \ ${WRKSRC}/gnome-cd/Makefile.in .if ${OSVERSION} > 501107 - @${REINPLACE_CMD} -e 's|%%CDROM%%|cd0|' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|%%CDROM%%|acd0|' ${WRKSRC}/configure .else - @${REINPLACE_CMD} -e 's|%%CDROM%%|cd0c|' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|%%CDROM%%|acd0c|' ${WRKSRC}/configure .endif .include <bsd.port.post.mk> |