diff options
Diffstat (limited to 'devel/poslib/Makefile')
-rw-r--r-- | devel/poslib/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/poslib/Makefile b/devel/poslib/Makefile index 0acb70980b71..eeed2104ebfa 100644 --- a/devel/poslib/Makefile +++ b/devel/poslib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: poslib -# Date created: 2003-08-03 -# Whom: Sergei Kolobov <sergei@kolobov.com> -# +# Created by: Sergei Kolobov <sergei@kolobov.com> # $FreeBSD$ -# PORTNAME= poslib PORTVERSION= 1.0.6 @@ -23,6 +19,7 @@ PLIST_SUB= VERSION="${PORTVERSION}" DOCS= AUTHORS ChangeLog NEWS README TODO EXAMPLES= examples/*.cpp +NO_STAGE= yes post-install: @${MKDIR} ${EXAMPLESDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR} |