diff options
author | garga <garga@FreeBSD.org> | 2006-05-24 23:25:26 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-05-24 23:25:26 +0800 |
commit | df42470b31917c990157adc615eac7796ca65964 (patch) | |
tree | 220625586f1b57c3112e97b5acfa93721a7bde19 /misc/gplbp | |
parent | 6536943028a3d9f049e3793f1ae593b268ccee6c (diff) | |
download | freebsd-ports-gnome-df42470b31917c990157adc615eac7796ca65964.tar.gz freebsd-ports-gnome-df42470b31917c990157adc615eac7796ca65964.tar.zst freebsd-ports-gnome-df42470b31917c990157adc615eac7796ca65964.zip |
- Fix MASTER_SITES
- Use DATADIR
PR: ports/97702
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
Diffstat (limited to 'misc/gplbp')
-rw-r--r-- | misc/gplbp/Makefile | 2 | ||||
-rw-r--r-- | misc/gplbp/pkg-plist | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/misc/gplbp/Makefile b/misc/gplbp/Makefile index 57ce93faa605..850e1784d8cc 100644 --- a/misc/gplbp/Makefile +++ b/misc/gplbp/Makefile @@ -9,7 +9,7 @@ PORTNAME= gplbp PORTVERSION= 0.92 PORTREVISION= 2 CATEGORIES= misc -MASTER_SITES= ftp://ftp.stampede.org/skibum/gplbp/ +MASTER_SITES= http://freebsd.unixfreunde.de/sources/ MAINTAINER= ports@FreeBSD.org COMMENT= GNOME Pilot Logbook application diff --git a/misc/gplbp/pkg-plist b/misc/gplbp/pkg-plist index 9a625df58f4b..3f4fce9b6f82 100644 --- a/misc/gplbp/pkg-plist +++ b/misc/gplbp/pkg-plist @@ -1,8 +1,8 @@ bin/gplbp -share/gplbp/editcopy.xpm -share/gplbp/editcut.xpm -share/gplbp/editpaste.xpm -share/gplbp/filenew.xpm -share/gplbp/fileopen.xpm -share/gplbp/fileprint.xpm -@dirrm share/gplbp +%%DATADIR%%/editcopy.xpm +%%DATADIR%%/editcut.xpm +%%DATADIR%%/editpaste.xpm +%%DATADIR%%/filenew.xpm +%%DATADIR%%/fileopen.xpm +%%DATADIR%%/fileprint.xpm +@dirrm %%DATADIR%% |