diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:36:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:36:50 +0000 |
commit | 85fbf21ec594128ff43c71f34d84d4c02ecf7fa7 (patch) | |
tree | f64ac925b256287c7a34412ba29125deea68e3ac /www/bins/Makefile | |
parent | 31f7b03b56b845a2ab26abb64b0d905ee3b48978 (diff) | |
download | ports-85fbf21ec594128ff43c71f34d84d4c02ecf7fa7.tar.gz ports-85fbf21ec594128ff43c71f34d84d4c02ecf7fa7.zip |
Notes
Diffstat (limited to 'www/bins/Makefile')
-rw-r--r-- | www/bins/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/bins/Makefile b/www/bins/Makefile index bf9e7a974922..8c27565d5e70 100644 --- a/www/bins/Makefile +++ b/www/bins/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bins -# Date created: Sat Nov 23 01:17:35 UTC 2002 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# PORTNAME= bins PORTVERSION= 1.1.29 @@ -42,6 +38,7 @@ DOC_EXTS= html sgml xml MAN1= bins-edit-gui.1 bins.1 bins_edit.1 +NO_STAGE= yes post-patch:: # perl PREFIX safeness @${FIND} ${WRKSRC} -type f | \ |