Index: head/net/e169-stats/Makefile =================================================================== --- head/net/e169-stats/Makefile (revision 345836) +++ head/net/e169-stats/Makefile (revision 345837) @@ -1,19 +1,21 @@ # Created by: Edwin Groothuis # $FreeBSD$ PORTNAME= e169-stats PORTVERSION= 0.6 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.mavetju.org/download/ MAINTAINER= edwin@mavetju.org COMMENT= Curses realtime statistics for the Huawei E169 modem PLIST_FILES= bin/e169-stats -NO_STAGE= yes +do-build: + ${CC} ${CFLAGS} -o ${WRKSRC}/e169-stats ${WRKSRC}/e169-stats.c -lcurses + do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/e169-stats ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/e169-stats ${STAGEDIR}${PREFIX}/bin .include