diff options
author | leeym <leeym@FreeBSD.org> | 2005-02-20 00:19:28 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-02-20 00:19:28 +0800 |
commit | 459e6e081d7ef54ae1d6adc308e27e152f71cbd4 (patch) | |
tree | 75d8706e39919d6f3caaf12e7f39e74edd13627c | |
parent | 7097ee734af41d67f3f000beb0e5e0f4e1e7b5ee (diff) | |
download | freebsd-ports-gnome-459e6e081d7ef54ae1d6adc308e27e152f71cbd4.tar.gz freebsd-ports-gnome-459e6e081d7ef54ae1d6adc308e27e152f71cbd4.tar.zst freebsd-ports-gnome-459e6e081d7ef54ae1d6adc308e27e152f71cbd4.zip |
- Chase MASTERSITES
- Utilize PLIST_FILES
PR: 77726
Submitted by: Sam Lawrance <boris at brooknet.com.au>
-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 |