diff options
Diffstat (limited to 'sysutils/torsmo/Makefile')
-rw-r--r-- | sysutils/torsmo/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/torsmo/Makefile b/sysutils/torsmo/Makefile index 346f3953844c..0b3b12aea298 100644 --- a/sysutils/torsmo/Makefile +++ b/sysutils/torsmo/Makefile @@ -9,15 +9,14 @@ PORTNAME= torsmo PORTVERSION= 0.18 PORTREVISION= 7 CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= novel@FreeBSD.org COMMENT= System monitor that renders text on desktop GNU_CONFIGURE= yes USE_XORG= x11 -CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" MAN1= torsmo.1 PLIST_FILES= bin/torsmo \ |