diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-02-26 16:07:01 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-02-26 16:07:01 +0000 |
commit | 5e428de037aad270f69b2ac6c098dd510a5981be (patch) | |
tree | a51946b04f67ef04fc9e99785de9ea218d5d8fda /graphics/epix | |
parent | eb135e40857b280ce712c337a0e37c4deaa827e2 (diff) |
Notes
Diffstat (limited to 'graphics/epix')
-rw-r--r-- | graphics/epix/Makefile | 2 | ||||
-rw-r--r-- | graphics/epix/distinfo | 2 | ||||
-rw-r--r-- | graphics/epix/pkg-plist | 43 |
3 files changed, 24 insertions, 23 deletions
diff --git a/graphics/epix/Makefile b/graphics/epix/Makefile index 4d1fdaf64cbd..be7dbffa6364 100644 --- a/graphics/epix/Makefile +++ b/graphics/epix/Makefile @@ -7,7 +7,7 @@ # PORTNAME= epix -PORTVERSION= 0.8.8a +PORTVERSION= 0.8.9 CATEGORIES= graphics MASTER_SITES= http://mathcs.holycross.edu/~ahwang/software/ DISTNAME= ${PORTNAME}-${PORTVERSION}_src diff --git a/graphics/epix/distinfo b/graphics/epix/distinfo index 9eca4c334c96..fa21cd3b5f04 100644 --- a/graphics/epix/distinfo +++ b/graphics/epix/distinfo @@ -1 +1 @@ -MD5 (epix-0.8.8a_src.tar.bz2) = 93583d819b53f1b4cc0f65276e888376 +MD5 (epix-0.8.9_src.tar.bz2) = eb79612c0dd57d05c4a520b47302a501 diff --git a/graphics/epix/pkg-plist b/graphics/epix/pkg-plist index c9b53b9496a8..1116b25e7200 100644 --- a/graphics/epix/pkg-plist +++ b/graphics/epix/pkg-plist @@ -1,26 +1,27 @@ bin/elaps bin/epix +bin/keywords bin/laps include/epix.h lib/libepix.a -share/epix/config/bash_completions -share/epix/config/epix.el -share/epix/config/epix.spec -share/epix/config/epix.texi -share/epix/config/update_figs.sh -share/epix/notes/BUGS -share/epix/notes/CHANGELOG -share/epix/notes/INSTALL -share/epix/notes/POST-INSTALL -share/epix/notes/README -share/epix/notes/README-authors -share/epix/notes/README-changes -share/epix/notes/THANKS -share/epix/notes/TODO -share/epix/samples/epix-%%VERSION%%_samples.tar -@dirrm share/epix/samples -@dirrm share/epix/notes -@dirrm share/epix/config -@exec mkdir -p %D/share/epix/tutorial -@exec rmdir %D/share/epix/tutorial 2>/dev/null || true -@exec rmdir %D/share/epix 2>/dev/null || true +%%DATADIR%%/config/bash_completions +%%DATADIR%%/config/epix.el +%%DATADIR%%/config/epix.spec +%%DATADIR%%/config/epix.texi +%%DATADIR%%/config/update_figs.sh +%%DATADIR%%/notes/BUGS +%%DATADIR%%/notes/CHANGELOG +%%DATADIR%%/notes/INSTALL +%%DATADIR%%/notes/POST-INSTALL +%%DATADIR%%/notes/README +%%DATADIR%%/notes/README-authors +%%DATADIR%%/notes/README-changes +%%DATADIR%%/notes/THANKS +%%DATADIR%%/notes/TODO +%%DATADIR%%/samples/epix-%%VERSION%%_samples.tar +@dirrm %%DATADIR%%/samples +@dirrm %%DATADIR%%/notes +@dirrm %%DATADIR%%/config +@exec mkdir -p %D/%%DATADIR%%/tutorial +@unexec rmdir %D/%%DATADIR%%/tutorial 2>/dev/null || true +@unexec rmdir %D/%%DATADIR%% 2>/dev/null || true |