diff options
Diffstat (limited to 'sysutils/xmbmon/Makefile')
-rw-r--r-- | sysutils/xmbmon/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/xmbmon/Makefile b/sysutils/xmbmon/Makefile index f9d769f33747..e8b8c5f44ed9 100644 --- a/sysutils/xmbmon/Makefile +++ b/sysutils/xmbmon/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: xmbmon -# Date created: 2001/08/30 -# Whom: kaz@kobe1995.net (NAKAMURA Kauzushi) -# +# Created by: kaz@kobe1995.net (NAKAMURA Kauzushi) # $FreeBSD$ -# PORTNAME= xmbmon PORTREVISION= 9 @@ -18,6 +14,7 @@ EXTRA_PATCHES= ${.CURDIR}/files/patch-* PLIST_FILES= lib/X11/app-defaults/XMBmon MAN1= xmbmon.1x +NO_STAGE= yes post-install: ${MKDIR} ${PREFIX}/lib/X11/app-defaults ${INSTALL_DATA} ${WRKSRC}/xmbmon.resources ${PREFIX}/lib/X11/app-defaults/XMBmon |