diff options
Diffstat (limited to 'sysutils/wmbsdbatt/Makefile')
-rw-r--r-- | sysutils/wmbsdbatt/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/wmbsdbatt/Makefile b/sysutils/wmbsdbatt/Makefile index 74ffcea88b08..d14e55ee2cf4 100644 --- a/sysutils/wmbsdbatt/Makefile +++ b/sysutils/wmbsdbatt/Makefile @@ -1,7 +1,4 @@ -# New ports collection Makefile for: wmbsdbatt -# Date created: 04 Feb 2004 -# Whom: Josef El-Rayes <josef@FreeBSD.org> -# +# Created by: Josef El-Rayes <josef@FreeBSD.org> # $FreeBSD$ PORTNAME= wmbsdbatt @@ -17,6 +14,7 @@ USE_XORG= x11 xpm PLIST_FILES= bin/wmbsdbatt +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmbsdbatt ${PREFIX}/bin |