diff options
author | rene <rene@FreeBSD.org> | 2013-12-29 18:39:24 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-12-29 18:39:24 +0800 |
commit | 69ce988a716f3bfddd506d15a3776928547b0882 (patch) | |
tree | eaa7c55d10e652705d79c86b6f5ab4aa73c2a3bf /misc | |
parent | 48ba2d00fed2a0bbfa6d9e542d7c362aa21ca0c4 (diff) | |
download | freebsd-ports-gnome-69ce988a716f3bfddd506d15a3776928547b0882.tar.gz freebsd-ports-gnome-69ce988a716f3bfddd506d15a3776928547b0882.tar.zst freebsd-ports-gnome-69ce988a716f3bfddd506d15a3776928547b0882.zip |
Install the showchar binary as show_char to avoid a conflict with
print/psutils.
Bump PORTREVISION
Diffstat (limited to 'misc')
-rw-r--r-- | misc/biosfont-demos/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/biosfont-demos/Makefile b/misc/biosfont-demos/Makefile index 84e0916ec2da..0318368f246e 100644 --- a/misc/biosfont-demos/Makefile +++ b/misc/biosfont-demos/Makefile @@ -3,7 +3,7 @@ PORTNAME= biosfont-demos PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} #MASTER_SITES+= ftp://rene-ladan.nl/pub/distfiles/ @@ -17,14 +17,14 @@ LICENSE= BSD2CLAUSE BUILD_DEPENDS= ${LOCALBASE}/include/biosfont.h:${PORTSDIR}/sysutils/biosfont RUN_DEPENDS= /boot/modules/biosfont.ko:${PORTSDIR}/sysutils/biosfont -PLIST_FILES= bin/showchar bin/showdati +PLIST_FILES= bin/show_char bin/showdati do-build: - ${CC} ${CFLAGS} ${WRKSRC}/showchar.c -o ${WRKSRC}/showchar -I${LOCALBASE}/include + ${CC} ${CFLAGS} ${WRKSRC}/showchar.c -o ${WRKSRC}/show_char -I${LOCALBASE}/include ${CC} ${CFLAGS} ${WRKSRC}/showdati.c -o ${WRKSRC}/showdati -I${LOCALBASE}/include -lcurses do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/showchar ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/show_char ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/showdati ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |