diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-24 06:24:56 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-24 06:24:56 +0000 |
commit | 064986c34f6d23b61af4a72a23f392cc6c63de2f (patch) | |
tree | 2dbeec2d2db93a06ae6d3d2df4338fe031884cef /multimedia/xawtv/Makefile | |
parent | b779119c6b41c8eae44d5885e0d0b44ec3966e84 (diff) | |
download | ports-064986c34f6d23b61af4a72a23f392cc6c63de2f.tar.gz ports-064986c34f6d23b61af4a72a23f392cc6c63de2f.zip |
Update to 3.75
PR: ports/39669
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=61869
Diffstat (limited to 'multimedia/xawtv/Makefile')
-rw-r--r-- | multimedia/xawtv/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/multimedia/xawtv/Makefile b/multimedia/xawtv/Makefile index 5a78f7c9a931..4dbd5966045e 100644 --- a/multimedia/xawtv/Makefile +++ b/multimedia/xawtv/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xawtv -PORTVERSION= 3.74 +PORTVERSION= 3.75 CATEGORIES= graphics MASTER_SITES= http://bytesex.org/xawtv/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -25,10 +25,8 @@ USE_GMAKE= yes USE_XPM= yes 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 +FILES_X11BASE= configure +FILES_LOCALBASE=configure console/Subdir.mk debug/Subdir.mk x11/Subdir.mk MAN1= alevtd.1 dump-mixers.1 fbtv.1 motv.1 ntsc-cc.1 propwatch.1 \ radio.1 record.1 rootv.1 scantv.1 showriff.1 streamer.1 \ @@ -53,9 +51,4 @@ post-patch: ${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/$i .endfor -post-configure: -.for i in ${FILES_CFLAGS} - ${PERL} -pi -e "s|^CFLAGS=|CFLAGS+=|g" ${WRKSRC}/$i/Makefile -.endfor - .include <bsd.port.post.mk> |