aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-06-06 10:07:55 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-06-06 10:07:55 +0000
commitf85047fc6603ed2b2a82455bd7d6390bae7c5ca5 (patch)
tree8a651c5ef35532b921f1b6981416c1ffd0d1ed03
parentc09e906fade46cd914e7c44b9a79f062f614ac4c (diff)
downloadports-f85047fc6603ed2b2a82455bd7d6390bae7c5ca5.tar.gz
ports-f85047fc6603ed2b2a82455bd7d6390bae7c5ca5.zip
Notes
-rw-r--r--biology/lsysexp/Makefile3
-rw-r--r--biology/lsysexp/pkg-plist58
2 files changed, 31 insertions, 30 deletions
diff --git a/biology/lsysexp/Makefile b/biology/lsysexp/Makefile
index 839d1d681214..383d1e411121 100644
--- a/biology/lsysexp/Makefile
+++ b/biology/lsysexp/Makefile
@@ -9,7 +9,8 @@ PORTNAME= lsysexp
PORTVERSION= 0.67
PORTREVISION= 5
CATEGORIES= biology
-MASTER_SITES= http://coscorrosa.com/programs/${PORTNAME}/download/
+MASTER_SITES= http://coscorrosa.com/programs/${PORTNAME}/download/ \
+ http://freebsd.unixfreunde.de/sources/
MAINTAINER= dyeske@yahoo.com
COMMENT= A GTK based program for viewing and creating L-system fractals
diff --git a/biology/lsysexp/pkg-plist b/biology/lsysexp/pkg-plist
index 2e22bd8c7a20..3e55ce66065b 100644
--- a/biology/lsysexp/pkg-plist
+++ b/biology/lsysexp/pkg-plist
@@ -1,30 +1,30 @@
bin/lsysexp
-share/lsysexp/expand.pl
-share/lsysexp/fractint2lsysexp.pl
-share/lsysexp/lsysexp-help.html
-share/lsysexp/icons/lsysexp-128x128.xpm
-share/lsysexp/icons/lsysexp-64x64.xpm
-share/lsysexp/icons/lsysexp-32x32.xpm
-share/lsysexp/icons/lsysexp-16x16.xpm
-share/lsysexp/icons/lsysexp-48x48.xpm
-share/lsysexp/maps/Black-Red-Yellow.fmap
-share/lsysexp/maps/Blue-Cyan.fmap
-share/lsysexp/maps/Blue-Green.fmap
-share/lsysexp/maps/Blue-Slate.fmap
-share/lsysexp/maps/Blue-Yellow-Red.fmap
-share/lsysexp/maps/Caribbean-Blues.fmap
-share/lsysexp/maps/Cyan-Yellow.fmap
-share/lsysexp/maps/Deep-Sea.fmap
-share/lsysexp/maps/Full-Spectrum.fmap
-share/lsysexp/maps/Golden.fmap
-share/lsysexp/maps/Grayscale.fmap
-share/lsysexp/maps/Greens.fmap
-share/lsysexp/maps/Green-White-Red.fmap
-share/lsysexp/maps/Pastel-Rainbow.fmap
-share/lsysexp/maps/Red-White-Blue.fmap
-share/lsysexp/maps/Red-Yellow.fmap
-share/lsysexp/maps/Skyline.fmap
-share/lsysexp/maps/Yellow-Purple.fmap
-@dirrm share/lsysexp/icons
-@dirrm share/lsysexp/maps
-@dirrm share/lsysexp
+%%DATADIR%%/expand.pl
+%%DATADIR%%/fractint2lsysexp.pl
+%%DATADIR%%/icons/lsysexp-128x128.xpm
+%%DATADIR%%/icons/lsysexp-16x16.xpm
+%%DATADIR%%/icons/lsysexp-32x32.xpm
+%%DATADIR%%/icons/lsysexp-48x48.xpm
+%%DATADIR%%/icons/lsysexp-64x64.xpm
+%%DATADIR%%/lsysexp-help.html
+%%DATADIR%%/maps/Black-Red-Yellow.fmap
+%%DATADIR%%/maps/Blue-Cyan.fmap
+%%DATADIR%%/maps/Blue-Green.fmap
+%%DATADIR%%/maps/Blue-Slate.fmap
+%%DATADIR%%/maps/Blue-Yellow-Red.fmap
+%%DATADIR%%/maps/Caribbean-Blues.fmap
+%%DATADIR%%/maps/Cyan-Yellow.fmap
+%%DATADIR%%/maps/Deep-Sea.fmap
+%%DATADIR%%/maps/Full-Spectrum.fmap
+%%DATADIR%%/maps/Golden.fmap
+%%DATADIR%%/maps/Grayscale.fmap
+%%DATADIR%%/maps/Green-White-Red.fmap
+%%DATADIR%%/maps/Greens.fmap
+%%DATADIR%%/maps/Pastel-Rainbow.fmap
+%%DATADIR%%/maps/Red-White-Blue.fmap
+%%DATADIR%%/maps/Red-Yellow.fmap
+%%DATADIR%%/maps/Skyline.fmap
+%%DATADIR%%/maps/Yellow-Purple.fmap
+@dirrm %%DATADIR%%/maps
+@dirrm %%DATADIR%%/icons
+@dirrm %%DATADIR%%