diff options
Diffstat (limited to 'devel/argtable/Makefile')
-rw-r--r-- | devel/argtable/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/argtable/Makefile b/devel/argtable/Makefile index bffcb7b..3cb7bb8 100644 --- a/devel/argtable/Makefile +++ b/devel/argtable/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: argtable -# Date created: Dec 17, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= argtable PORTVERSION= 2.13 @@ -21,6 +16,7 @@ USE_LDCONFIG= yes MAN3= argtable2.3 MLINKS= argtable2.3 argtable.3 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/s|doc||g ; \ s|^install-data-am: |install-data-am: #|g' ${WRKSRC}/Makefile.in |