diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-12-08 22:26:19 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-12-08 22:26:19 +0000 |
commit | 892b1be978fd2ab7674fcbaa78e481ad91fe90c3 (patch) | |
tree | 75739efca8445b6278602751c900300a286117f8 /multimedia/handbrake | |
parent | - update to 20101207133137 (diff) |
LIBTOOLFILES uses relative paths, not absolute.
Reported by: Charlie Kester <corky1951 at comcast.net>
Notes
Notes:
svn path=/head/; revision=265879
Diffstat (limited to 'multimedia/handbrake')
-rw-r--r-- | multimedia/handbrake/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/handbrake/Makefile b/multimedia/handbrake/Makefile index 7fc13d4d906b..3e422a682840 100644 --- a/multimedia/handbrake/Makefile +++ b/multimedia/handbrake/Makefile @@ -40,7 +40,7 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool aclocal -LIBTOOLFILES= ${WRKSRC}/configure +LIBTOOLFILES= configure WRKSRC= ${WRKDIR}/HandBrake-0.9.3 PLIST_FILES= bin/handbrake |