aboutsummaryrefslogtreecommitdiff
path: root/sysutils/stmpclean
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-04 20:02:01 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-04 20:02:01 +0000
commit0c12891e41d2a2fafdf2a8d4b81f6ceb56785527 (patch)
tree4dcbd8154034463e9f7dc6c90cb75c06c62ec0d6 /sysutils/stmpclean
parent39029c80d6d1c5e10fc62e67b6f10d52f3329c12 (diff)
downloadports-0c12891e41d2a2fafdf2a8d4b81f6ceb56785527.tar.gz
ports-0c12891e41d2a2fafdf2a8d4b81f6ceb56785527.zip
Notes
Diffstat (limited to 'sysutils/stmpclean')
-rw-r--r--sysutils/stmpclean/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/stmpclean/Makefile b/sysutils/stmpclean/Makefile
index e90a115a309c..aef21f5b92d0 100644
--- a/sysutils/stmpclean/Makefile
+++ b/sysutils/stmpclean/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: stmpclean
-# Date created: 4 August 1999
-# Whom: shalunov
-#
+# Created by: shalunov
# $FreeBSD$
-#
PORTNAME= stmpclean
PORTVERSION= 0.3
@@ -17,4 +13,7 @@ MAN8= stmpclean.8
MANCOMPRESSED= no
PLIST_FILES= sbin/stmpclean
+post-patch:
+ @${REINPLACE_CMD} -e "s/-O6//g" ${WRKSRC}/Makefile
+
.include <bsd.port.mk>