aboutsummaryrefslogtreecommitdiff
path: root/editors/bitedit
diff options
context:
space:
mode:
authorMichael Landin <mich@FreeBSD.org>2005-02-14 11:30:56 +0000
committerMichael Landin <mich@FreeBSD.org>2005-02-14 11:30:56 +0000
commit25697cb6d94bfcedcc092b9aaeccc07de5ef3277 (patch)
tree61769bd2a43c070d83ae1cde568ea2e21877cfd7 /editors/bitedit
parentba16772f67a15ca5e394dab090ab7ff334e3e0b4 (diff)
downloadports-25697cb6d94bfcedcc092b9aaeccc07de5ef3277.tar.gz
ports-25697cb6d94bfcedcc092b9aaeccc07de5ef3277.zip
o Fix MASTER_SITES as ports was unfetchable [1]
o Add %%DOCSDIR%% macro to make portlint(1) happy Noticed by: kris [1]
Notes
Notes: svn path=/head/; revision=128767
Diffstat (limited to 'editors/bitedit')
-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%%