aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormich <mich@FreeBSD.org>2005-02-14 19:30:56 +0800
committermich <mich@FreeBSD.org>2005-02-14 19:30:56 +0800
commitb60f47f84b201f3218a114bce65a755a3fe83113 (patch)
tree5c9b5c3da3cf21b6cdd507a295a0e42127a94b5f
parentb04169578a3919353717bafc623b2171baf1b76c (diff)
downloadfreebsd-ports-gnome-b60f47f84b201f3218a114bce65a755a3fe83113.tar.gz
freebsd-ports-gnome-b60f47f84b201f3218a114bce65a755a3fe83113.tar.zst
freebsd-ports-gnome-b60f47f84b201f3218a114bce65a755a3fe83113.zip
o Fix MASTER_SITES as ports was unfetchable [1]
o Add %%DOCSDIR%% macro to make portlint(1) happy Noticed by: kris [1]
-rw-r--r--editors/bitedit/Makefile2
-rw-r--r--editors/bitedit/pkg-plist4
2 files changed, 3 insertions, 3 deletions
diff --git a/editors/bitedit/Makefile b/editors/bitedit/Makefile
index f61bdb4796d4..150d65b20c70 100644
--- a/editors/bitedit/Makefile
+++ b/editors/bitedit/Makefile
@@ -8,7 +8,7 @@
PORTNAME= bitedit
PORTVERSION= 0.9.4
CATEGORIES= editors
-MASTER_SITES= http://ledge.co.za/software/bitedit/
+MASTER_SITES= http://freebsdcluster.org/~mich/software/
MAINTAINER= mich@FreeBSD.org
COMMENT= Bitedit is a simple ncurses program for editing a file
diff --git a/editors/bitedit/pkg-plist b/editors/bitedit/pkg-plist
index b6db592d07f5..e5e8a871f485 100644
--- a/editors/bitedit/pkg-plist
+++ b/editors/bitedit/pkg-plist
@@ -1,4 +1,4 @@
@comment $FreeBSD$
bin/bitedit
-%%PORTDOCS%%share/doc/bitedit/bitedit.txt
-%%PORTDOCS%%@dirrm share/doc/bitedit
+%%PORTDOCS%%%%DOCSDIR%%/bitedit.txt
+%%PORTDOCS%%@dirrm %%DOCSDIR%%