diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-03-04 00:19:42 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-03-04 00:19:42 +0000 |
commit | e9fc981daa66bdc0a0e1f296d1abc52ea859bdff (patch) | |
tree | f74426b06b79ed11bcab5b789aee43ccdf3a81cb /multimedia/xawtv/Makefile | |
parent | bdee13b9cc9fbd9fe49391ba79521bd202ad7180 (diff) | |
download | ports-e9fc981daa66bdc0a0e1f296d1abc52ea859bdff.tar.gz ports-e9fc981daa66bdc0a0e1f296d1abc52ea859bdff.zip |
Notes
Diffstat (limited to 'multimedia/xawtv/Makefile')
-rw-r--r-- | multimedia/xawtv/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/xawtv/Makefile b/multimedia/xawtv/Makefile index e8d3ebc4bdec..2e3371862bab 100644 --- a/multimedia/xawtv/Makefile +++ b/multimedia/xawtv/Makefile @@ -27,6 +27,7 @@ USE_X_PREFIX= yes FILES_CFLAGS= . font i2c man src radio webcam oldstuff/vtx \ libng libvbi http FILES_X11BASE= configure Make.config.in +FILES_LOCALBASE=configure MAN1= alevtd.1 dump-mixers.1 fbtv.1 motv.1 ntsc-cc.1 propwatch.1 record.1 \ rootv.1 scantv.1 showriff.1 \ @@ -41,6 +42,9 @@ post-patch: .for i in ${FILES_X11BASE} ${PERL} -pi -e "s|%%X11BASE%%|${X11BASE}|g" ${WRKSRC}/$i .endfor +.for i in ${FILES_LOCALBASE} + ${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/$i +.endfor post-configure: .for i in ${FILES_CFLAGS} |