freebsd-ports/japanese/kon2-16dot/files/patch-font_Makefile.FreeBSD
Pawel Pekala 23557c7727 Stage support for japanese/kon2-16dot and it's slaves
PR:		port/186321 (based on)
Submitted by:	maintainer
2014-02-02 14:09:50 +00:00

18 lines
373 B
Text

--- font/Makefile.FreeBSD.orig 1997-01-25 19:08:44.000000000 +0900
+++ font/Makefile.FreeBSD 2014-01-31 11:01:37.000000000 +0900
@@ -11,6 +11,7 @@
.endif
PROG= fld
+NO_MAN= yes
.if exists(${.OBJDIR}/../lib)
LIBOBJ= -L${.OBJDIR}/../lib
@@ -20,4 +21,7 @@
LDADD= ${LIBOBJ} -lgon
+install: ${PROG}
+ /usr/bin/install -s ${PROG} ${BINDIR}
+
.include <bsd.prog.mk>