From 77cac5af3e910b381e9090207d82b51feb53c2d6 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 9 Jan 2014 15:12:47 +0000 Subject: [PATCH] Support stage, Use options helpers Respect prefix --- sysutils/bsdinfo/Makefile | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/sysutils/bsdinfo/Makefile b/sysutils/bsdinfo/Makefile index ce0bbc863671..6144eba11b66 100644 --- a/sysutils/bsdinfo/Makefile +++ b/sysutils/bsdinfo/Makefile @@ -7,20 +7,17 @@ CATEGORIES= sysutils MASTER_SITES= http://cloud.github.com/downloads/samupl/bsdinfo/ MAINTAINER= s@samu.pl -COMMENT= A simple utility to display system-based information +COMMENT= Simple utility to display system-based information GNU_CONFIGURE= yes OPTIONS_DEFINE= X256 X256_DESC= Build the 256 color version - -NO_STAGE= yes -.include - -.if ${PORT_OPTIONS:MX256} -CONFIGURE_ARGS+=--x256 -.endif +X256_CONFIGURE_ON= --x256 PLIST_FILES+= bin/bsdinfo +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bsdinfo ${STAGEDIR}${PREFIX}/bin + .include