aboutsummaryrefslogtreecommitdiff
path: root/graphics/dc20ctrl
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 18:35:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 18:35:44 +0000
commiteb08c5441cf4772f805b99523084b12164ed2495 (patch)
treef4861f167b47e08ed6e9f5bbe5172252c8b51efc /graphics/dc20ctrl
parenta285ade9102ca7c15642dfccd7816abc3c725c98 (diff)
Add NO_STAGE all over the place in preparation for the staging support (cat: graphics)
Notes
Notes: svn path=/head/; revision=327733
Diffstat (limited to 'graphics/dc20ctrl')
-rw-r--r--graphics/dc20ctrl/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/dc20ctrl/Makefile b/graphics/dc20ctrl/Makefile
index a01a08a4115f..28d1637747e8 100644
--- a/graphics/dc20ctrl/Makefile
+++ b/graphics/dc20ctrl/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: dc20ctrl
-# Date created: 17 Feb 1998
-# Whom: Ugo Paternostro <paterno@dsi.unifi.it>
-#
+# Created by: Ugo Paternostro <paterno@dsi.unifi.it>
# $FreeBSD$
-#
PORTNAME= dc20ctrl
PORTVERSION= 0.4
@@ -23,6 +19,7 @@ MAKE_ARGS= -DUSE_JPEG -DUSE_TIFF -DUSE_PNG
MAN1= dc20ctrl.1
PLIST_FILES= bin/dc20ctrl
+NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} -g dialer -m 02755 ${WRKSRC}/dc20ctrl ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/dc20ctrl.man ${MANPREFIX}/man/man1/dc20ctrl.1