aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pstack
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/pstack
parentfd8fc9773839d2d8e41b80fbaed21fcd5470e898 (diff)
downloadports-83f65384c9041fa9a31c84b5e21b643fa2bf97c6.tar.gz
ports-83f65384c9041fa9a31c84b5e21b643fa2bf97c6.zip
Notes
Diffstat (limited to 'sysutils/pstack')
-rw-r--r--sysutils/pstack/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/pstack/Makefile b/sysutils/pstack/Makefile
index ec7b77d71820..6dec2eae9f12 100644
--- a/sysutils/pstack/Makefile
+++ b/sysutils/pstack/Makefile
@@ -1,10 +1,5 @@
-# New ports collection makefile for: pstack
-# Date created: 1 May 2002
-# Whom: Peter Edwards <pmedwards@eircom.net>
-#
+# Created by: Peter Edwards <pmedwards@eircom.net>
# $FreeBSD$
-# $Id: Makefile,v 1.2 2002/11/26 10:38:28 pmedwards Exp $
-#
PORTNAME= pstack
PORTVERSION= 1.2
@@ -21,6 +16,7 @@ MANCOMPRESSED= yes
MAN1= pstack.1
PLIST_FILES= bin/pstack
+NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e 's/DT_COUNT/DT_BIND_NOW/' ${WRKSRC}/elf.c