aboutsummaryrefslogtreecommitdiff
path: root/sysutils/memdump/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 23:05:58 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 23:05:58 +0000
commit83f65384c9041fa9a31c84b5e21b643fa2bf97c6 (patch)
tree04cfd5800fc602ff72366f0defba3eae36ba98f4 /sysutils/memdump/Makefile
parentfd8fc9773839d2d8e41b80fbaed21fcd5470e898 (diff)
downloadports-83f65384c9041fa9a31c84b5e21b643fa2bf97c6.tar.gz
ports-83f65384c9041fa9a31c84b5e21b643fa2bf97c6.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils)
Notes
Notes: svn path=/head/; revision=327772
Diffstat (limited to 'sysutils/memdump/Makefile')
-rw-r--r--sysutils/memdump/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/memdump/Makefile b/sysutils/memdump/Makefile
index f7106d51c12a..48b9c2e313c1 100644
--- a/sysutils/memdump/Makefile
+++ b/sysutils/memdump/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: memdump
-# Date created: 16 June 2004
-# Whom: Yonatan <onatan@gmail.com>
-#
+# Created by: Yonatan <onatan@gmail.com>
# $FreeBSD$
-#
PORTNAME= memdump
PORTVERSION= 1.01
@@ -19,6 +15,7 @@ PLIST_FILES= bin/memdump
PORTDOCS= README LICENSE
MAN1= memdump.1
+NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/memdump ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/memdump.1 ${MANPREFIX}/man/man1