Make sure to remove everything we install.
This commit is contained in:
parent
f71aebd7a6
commit
2cf2d24ca1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13653
@ -12,3 +12,4 @@ share/4va-1.21/hcube.4vd
|
||||
share/4va-1.21/hsph.4vd
|
||||
share/4va-1.21/sin.4vd
|
||||
share/4va-1.21/tripris.4vd
|
||||
@dirrm share/4va-1.21
|
||||
|
@ -1,2 +1,3 @@
|
||||
bin/fli2gif
|
||||
share/doc/fli2gif/FLI2GIF.TXT.gz
|
||||
@dirrm share/doc/fli2gif
|
||||
|
@ -1,7 +1,6 @@
|
||||
bin/fxtv
|
||||
lib/X11/app-defaults/Fxtv
|
||||
lib/X11/fxtv/README
|
||||
@unexec rm -rf %B
|
||||
lib/X11/fxtv/bitmaps/mini-camera.xpm
|
||||
lib/X11/fxtv/bitmaps/mini-down.xbm
|
||||
lib/X11/fxtv/bitmaps/mini-resize.xpm
|
||||
@ -9,6 +8,7 @@ lib/X11/fxtv/bitmaps/mini-sound.xbm
|
||||
lib/X11/fxtv/bitmaps/mini-up.xbm
|
||||
lib/X11/fxtv/bitmaps/radio_off.xbm
|
||||
lib/X11/fxtv/bitmaps/radio_on.xbm
|
||||
lib/X11/fxtv/README
|
||||
lib/X11/fxtv/fxtv_cnvt.sh
|
||||
lib/X11/fxtv/moused.x10remote.patch
|
||||
@dirrm lib/X11/fxtv/bitmaps
|
||||
@dirrm lib/X11/fxtv
|
||||
|
@ -411,3 +411,35 @@ share/geomview/maple/remotegv
|
||||
share/geomview/mathematica/BezierPlot.m
|
||||
share/geomview/mathematica/Geomview.m
|
||||
share/geomview/mathematica/OOGL.m
|
||||
@dirrm libexec/geomview/bin/x11
|
||||
@dirrm libexec/geomview/bin
|
||||
@dirrm libexec/geomview
|
||||
@dirrm libexec/geomview/modules/tcl
|
||||
@dirrm libexec/geomview/modules/x11
|
||||
@dirrm libexec/geomview/modules
|
||||
@dirrm libexec/geomview
|
||||
@dirrm share/doc/geomview
|
||||
@dirrm share/examples/geomview
|
||||
@dirrm share/geomview/data/NDview/cplxview/geom
|
||||
@dirrm share/geomview/data/NDview/cplxview/scripts
|
||||
@dirrm share/geomview/data/NDview/cplxview/text
|
||||
@dirrm share/geomview/data/NDview/cplxview
|
||||
@dirrm share/geomview/data/NDview/geom/demo
|
||||
@dirrm share/geomview/data/NDview/geom
|
||||
@dirrm share/geomview/data/NDview/scripts
|
||||
@dirrm share/geomview/data/NDview/text
|
||||
@dirrm share/geomview/data/NDview
|
||||
@dirrm share/geomview/data/geom/4d
|
||||
@dirrm share/geomview/data/geom/pieces
|
||||
@dirrm share/geomview/data/geom/polyhedra
|
||||
@dirrm share/geomview/data/geom/spherical
|
||||
@dirrm share/geomview/data/geom/textured
|
||||
@dirrm share/geomview/data/geom
|
||||
@dirrm share/geomview/data/groups
|
||||
@dirrm share/geomview/data/shaders
|
||||
@dirrm share/geomview/data/speedtests
|
||||
@dirrm share/geomview/data/things
|
||||
@dirrm share/geomview/data
|
||||
@dirrm share/geomview/maple
|
||||
@dirrm share/geomview/mathematica
|
||||
@dirrm share/geomview
|
||||
|
@ -6,3 +6,4 @@ share/mpeg2/NTSC.par
|
||||
share/mpeg2/PAL.par
|
||||
share/mpeg2/inter.mat
|
||||
share/mpeg2/intra.mat
|
||||
@dirrm share/mpeg2
|
||||
|
@ -1,3 +1,4 @@
|
||||
bin/mpeg_encode
|
||||
share/doc/mpeg_encode/users-guide.ps
|
||||
share/doc/mpeg_encode/template.param
|
||||
@dirrm share/doc/mpeg_encode
|
||||
|
@ -1,3 +1,4 @@
|
||||
bin/mpeg_edit
|
||||
share/doc/mpeg_edit/README
|
||||
share/doc/mpeg_edit/manual.ps
|
||||
@dirrm share/doc/mpeg_edit
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: 22 December 1996
|
||||
# Whom: jmz
|
||||
#
|
||||
# $Id: Makefile,v 1.8 1998/08/23 13:54:06 jseger Exp $
|
||||
# $Id: Makefile,v 1.9 1998/09/15 21:31:45 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= PGPLOT-2.08
|
||||
@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.ast.cam.ac.uk/pgperl/
|
||||
|
||||
MAINTAINER= jmz@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= pgplot\\.5\\.:${PORTSDIR}/graphics/pgplot
|
||||
LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot
|
||||
|
||||
USE_PERL5= yes
|
||||
ALL_TARGET= dynamic
|
||||
|
@ -18,3 +18,5 @@ share/doc/pgperl/test6.p
|
||||
share/doc/pgperl/test7.p
|
||||
share/doc/pgperl/test8.p
|
||||
share/doc/pgperl/test9.p
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/PGPPLOT
|
||||
@dirrm share/doc/pgperl
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: 22 December 1996
|
||||
# Whom: jmz
|
||||
#
|
||||
# $Id: Makefile,v 1.8 1998/08/23 13:54:06 jseger Exp $
|
||||
# $Id: Makefile,v 1.9 1998/09/15 21:31:45 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= PGPLOT-2.08
|
||||
@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.ast.cam.ac.uk/pgperl/
|
||||
|
||||
MAINTAINER= jmz@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= pgplot\\.5\\.:${PORTSDIR}/graphics/pgplot
|
||||
LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot
|
||||
|
||||
USE_PERL5= yes
|
||||
ALL_TARGET= dynamic
|
||||
|
@ -18,3 +18,5 @@ share/doc/pgperl/test6.p
|
||||
share/doc/pgperl/test7.p
|
||||
share/doc/pgperl/test8.p
|
||||
share/doc/pgperl/test9.p
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/PGPPLOT
|
||||
@dirrm share/doc/pgperl
|
||||
|
@ -1,2 +1,3 @@
|
||||
bin/txtmerge
|
||||
share/doc/txtmerge/txtmerge.doc
|
||||
@dirrm share/doc/txtmerge
|
||||
|
@ -296,4 +296,5 @@ lib/X11/xmfract/help/help.95
|
||||
lib/X11/xmfract/help/help.96
|
||||
lib/X11/xmfract/help/help.97
|
||||
lib/X11/xmfract/help/help.98
|
||||
lib/X11/xmfract/help/help.99
|
||||
@dirrm lib/X11/xmfract/help
|
||||
@dirrm lib/X11/xmfract
|
||||
|
@ -1,7 +1,6 @@
|
||||
bin/fxtv
|
||||
lib/X11/app-defaults/Fxtv
|
||||
lib/X11/fxtv/README
|
||||
@unexec rm -rf %B
|
||||
lib/X11/fxtv/bitmaps/mini-camera.xpm
|
||||
lib/X11/fxtv/bitmaps/mini-down.xbm
|
||||
lib/X11/fxtv/bitmaps/mini-resize.xpm
|
||||
@ -9,6 +8,7 @@ lib/X11/fxtv/bitmaps/mini-sound.xbm
|
||||
lib/X11/fxtv/bitmaps/mini-up.xbm
|
||||
lib/X11/fxtv/bitmaps/radio_off.xbm
|
||||
lib/X11/fxtv/bitmaps/radio_on.xbm
|
||||
lib/X11/fxtv/README
|
||||
lib/X11/fxtv/fxtv_cnvt.sh
|
||||
lib/X11/fxtv/moused.x10remote.patch
|
||||
@dirrm lib/X11/fxtv/bitmaps
|
||||
@dirrm lib/X11/fxtv
|
||||
|
@ -6,3 +6,4 @@ share/mpeg2/NTSC.par
|
||||
share/mpeg2/PAL.par
|
||||
share/mpeg2/inter.mat
|
||||
share/mpeg2/intra.mat
|
||||
@dirrm share/mpeg2
|
||||
|
@ -1,3 +1,4 @@
|
||||
bin/mpeg_encode
|
||||
share/doc/mpeg_encode/users-guide.ps
|
||||
share/doc/mpeg_encode/template.param
|
||||
@dirrm share/doc/mpeg_encode
|
||||
|
@ -1,3 +1,4 @@
|
||||
bin/mpeg_edit
|
||||
share/doc/mpeg_edit/README
|
||||
share/doc/mpeg_edit/manual.ps
|
||||
@dirrm share/doc/mpeg_edit
|
||||
|
Loading…
Reference in New Issue
Block a user