diff options
author | pawel <pawel@FreeBSD.org> | 2012-04-26 06:47:59 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-04-26 06:47:59 +0800 |
commit | 66c9af430d115a8950d68e3341fbe7ec41c8f258 (patch) | |
tree | 3ee48303b5b4fb0d47b294a34e0c941e4505b535 /multimedia | |
parent | 1b59eee37619f80399d07d84e34254da9b452fca (diff) | |
download | freebsd-ports-gnome-66c9af430d115a8950d68e3341fbe7ec41c8f258.tar.gz freebsd-ports-gnome-66c9af430d115a8950d68e3341fbe7ec41c8f258.tar.zst freebsd-ports-gnome-66c9af430d115a8950d68e3341fbe7ec41c8f258.zip |
Use correct path for touch, /bin/touch -> /usr/bin/touch
This fixes initial directory creation on first launch.
Reported by: Andrew Johnson <daeron@optushome.com.au>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/lives/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile index ecb4ab3f179c..bfbaba6a2e11 100644 --- a/multimedia/lives/Makefile +++ b/multimedia/lives/Makefile @@ -7,6 +7,7 @@ PORTNAME= lives PORTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://salsaman.home.xs4all.nl/lives/current/ DISTNAME= LiVES-${PORTVERSION} @@ -117,6 +118,11 @@ post-patch: /flags/s|-Wl,-Bsymbolic||g ; \ /flags/s|--tag=disable-static||g' @${REINPLACE_CMD} -e 's|-$$(VERSION)||g' ${WRKSRC}/Makefile.in + ${REINPLACE_CMD} 's|/bin/touch|/usr/bin/touch|g' \ + ${WRKSRC}/smogrify \ + ${WRKSRC}/src/callbacks.c \ + ${WRKSRC}/src/saveplay.c \ + ${WRKSRC}/src/utils.c pre-build: @cd ${WRKSRC}/po; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \ |