diff options
-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%% |