diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-02-19 16:19:28 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-02-19 16:19:28 +0000 |
commit | 94e2a9a251f2fdc56556865498e50281ff55f68f (patch) | |
tree | d50f824ec5f96040155ca00873825494f850d846 /sysutils/fontedit | |
parent | cbc4d82e9cab075aaa732b206d5ac6e2d3f994cb (diff) | |
download | ports-94e2a9a251f2fdc56556865498e50281ff55f68f.tar.gz ports-94e2a9a251f2fdc56556865498e50281ff55f68f.zip |
Notes
Diffstat (limited to 'sysutils/fontedit')
-rw-r--r-- | sysutils/fontedit/Makefile | 4 | ||||
-rw-r--r-- | sysutils/fontedit/pkg-plist | 2 |
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 |