diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-02-16 16:30:06 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-02-16 16:30:06 +0000 |
commit | 26b24a97d182e068ff7e95a20d34dfd7789f1f41 (patch) | |
tree | 8cfa9ee23e49a2978328791f438f6e340eb014b2 /sysutils/biosfont | |
parent | 4ded0d35a5b80f6a6f736a584575e36cd5b20fab (diff) | |
download | ports-26b24a97d182e068ff7e95a20d34dfd7789f1f41.tar.gz ports-26b24a97d182e068ff7e95a20d34dfd7789f1f41.zip |
Notes
Diffstat (limited to 'sysutils/biosfont')
-rw-r--r-- | sysutils/biosfont/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sysutils/biosfont/Makefile b/sysutils/biosfont/Makefile index bf419b65ca0a..c1e2e5548b04 100644 --- a/sysutils/biosfont/Makefile +++ b/sysutils/biosfont/Makefile @@ -18,12 +18,8 @@ ONLY_FOR_ARCHS= i386 amd64 USES= uidfix kmod -.include <bsd.port.pre.mk> - -PLIST_SUB+= PREFIX=${PREFIX} - post-install: ${INSTALL_DATA} ${WRKSRC}/biosfont.h ${STAGEDIR}${PREFIX}/include ${INSTALL_MAN} ${WRKSRC}/biosfont.4 ${STAGEDIR}${PREFIX}/man/man4 -.include <bsd.port.post.mk> +.include <bsd.port.mk> |