diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-03 19:11:36 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-03 19:11:36 +0800 |
commit | 68335348141a46d713422fe409f9d918c3f6a2c1 (patch) | |
tree | 82ac8dc19100c62821f97c39af764ca10b30371c /x11-fonts | |
parent | f7668573ac17723eaac18f6dbf48daa2818a226a (diff) | |
download | freebsd-ports-gnome-68335348141a46d713422fe409f9d918c3f6a2c1.tar.gz freebsd-ports-gnome-68335348141a46d713422fe409f9d918c3f6a2c1.tar.zst freebsd-ports-gnome-68335348141a46d713422fe409f9d918c3f6a2c1.zip |
- Stage support
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/bdfresize/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-fonts/bdfresize/Makefile b/x11-fonts/bdfresize/Makefile index 088174523fe2..480c7d05a789 100644 --- a/x11-fonts/bdfresize/Makefile +++ b/x11-fonts/bdfresize/Makefile @@ -11,8 +11,7 @@ MAINTAINER= sarumaru@jp.FreeBSD.org COMMENT= A tool for resizing BDF format font GNU_CONFIGURE= yes -MAN1= bdfresize.1 -PLIST_FILES= bin/bdfresize +PLIST_FILES= bin/bdfresize \ + man/man1/bdfresize.1.gz -NO_STAGE= yes .include <bsd.port.mk> |