diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-07 02:49:29 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-07 02:49:29 +0800 |
commit | 913b189b16623e9b5c15da4a01176c08918c4134 (patch) | |
tree | 953a0f64c3af0526570d6e327e2037236a676344 /multimedia | |
parent | ee59f520e97e27510aca2f1d550b8f2659060365 (diff) | |
download | marcuscom-ports-913b189b16623e9b5c15da4a01176c08918c4134.tar.gz marcuscom-ports-913b189b16623e9b5c15da4a01176c08918c4134.tar.zst marcuscom-ports-913b189b16623e9b5c15da4a01176c08918c4134.zip |
patch in correct file, cheese.desktop.in -> cheese.desktop.in.in.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10365 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/cheese/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/cheese/Makefile b/multimedia/cheese/Makefile index ef91b5397..bf0309d1e 100644 --- a/multimedia/cheese/Makefile +++ b/multimedia/cheese/Makefile @@ -3,7 +3,7 @@ # Whom: FreeBSD GNOME Team <gnome@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/multimedia/cheese/Makefile,v 1.4 2008/02/06 18:39:16 mezz Exp $ # PORTNAME= cheese @@ -36,8 +36,8 @@ post-patch: ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|[(]libdir[)]/cheese|(libexecdir)/cheese|g' \ ${WRKSRC}/data/Makefile.in - @${REINPLACE_CMD} -e 's|/usr/local/lib|${PREFIX}/libexec|g' \ - ${WRKSRC}/data/cheese.desktop.in + @${REINPLACE_CMD} -e 's|@FULL_LIBDIR@|${PREFIX}/libexec|g' \ + ${WRKSRC}/data/cheese.desktop.in* .ifndef (NOPORTDOCS) post-install: |