diff options
author | steve <steve@FreeBSD.org> | 2000-08-08 10:55:15 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-08-08 10:55:15 +0800 |
commit | 2463f4668426827c3b5b59ccf09499cf545c306a (patch) | |
tree | 860b5f76ff2cc38c4182b585f93338c3476844f2 /multimedia/fxtv/Makefile | |
parent | 490e5b387bf348b7a89b39e8404180c11df8d1fc (diff) | |
download | freebsd-ports-gnome-2463f4668426827c3b5b59ccf09499cf545c306a.tar.gz freebsd-ports-gnome-2463f4668426827c3b5b59ccf09499cf545c306a.tar.zst freebsd-ports-gnome-2463f4668426827c3b5b59ccf09499cf545c306a.zip |
Remove i386 .o files in the post-extract target and respect CFLAGS.
Diffstat (limited to 'multimedia/fxtv/Makefile')
-rw-r--r-- | multimedia/fxtv/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/fxtv/Makefile b/multimedia/fxtv/Makefile index 141041d6fc17..d727e1cf02e9 100644 --- a/multimedia/fxtv/Makefile +++ b/multimedia/fxtv/Makefile @@ -30,6 +30,9 @@ USE_GMAKE= yes MAKE_FLAGS= -e MAN1= fxtv.1 +post-extract: + ${RM} ${WRKSRC}/videolib/*.o + pre-install: ${CP} ${WRKSRC}/fxtv.1 ${WRKSRC}/fxtv.man |