aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fontedit
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2005-02-19 16:19:28 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2005-02-19 16:19:28 +0000
commit94e2a9a251f2fdc56556865498e50281ff55f68f (patch)
treed50f824ec5f96040155ca00873825494f850d846 /sysutils/fontedit
parentcbc4d82e9cab075aaa732b206d5ac6e2d3f994cb (diff)
downloadports-94e2a9a251f2fdc56556865498e50281ff55f68f.tar.gz
ports-94e2a9a251f2fdc56556865498e50281ff55f68f.zip
Notes
Diffstat (limited to 'sysutils/fontedit')
-rw-r--r--sysutils/fontedit/Makefile4
-rw-r--r--sysutils/fontedit/pkg-plist2
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/fontedit/Makefile b/sysutils/fontedit/Makefile
index ed12bbb8e8c7..ce14b2dd0cca 100644
--- a/sysutils/fontedit/Makefile
+++ b/sysutils/fontedit/Makefile
@@ -7,11 +7,13 @@
PORTNAME= fontedit
PORTVERSION= 1.1
CATEGORIES= sysutils
-MASTER_SITES= http://www.smithurst.org/ben/tarballs/
+MASTER_SITES= http://www.bensmithurst.com/tarballs/
MAINTAINER= ports@FreeBSD.org
COMMENT= Tools for creating and editing console (syscons) font files
+PLIST_FILES= bin/fontdump bin/fontmake
+
do-install:
@cd ${WRKSRC} && \
${INSTALL_PROGRAM} fontdump fontmake ${PREFIX}/bin
diff --git a/sysutils/fontedit/pkg-plist b/sysutils/fontedit/pkg-plist
deleted file mode 100644
index 941006b0d8da..000000000000
--- a/sysutils/fontedit/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/fontdump
-bin/fontmake