diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 13:11:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 13:11:20 +0000 |
commit | b80ec3e2040420e34becd0d1075ef6d7cc71b85d (patch) | |
tree | 3df58c8e85fb6d4d98cd93450b642222e2dd3521 /archivers/librtfcomp | |
parent | math/py-pandas: Update to 0.12.0 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: archivers)
Notes
Notes:
svn path=/head/; revision=327699
Diffstat (limited to 'archivers/librtfcomp')
-rw-r--r-- | archivers/librtfcomp/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/archivers/librtfcomp/Makefile b/archivers/librtfcomp/Makefile index 6bd454361df5..f60a9febf925 100644 --- a/archivers/librtfcomp/Makefile +++ b/archivers/librtfcomp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: librtfcomp -# Date Created: 13 June 2008 -# Whom: Alexander Logvinov <ports@logvinov.com> -# +# Created by: Alexander Logvinov <ports@logvinov.com> # $FreeBSD$ -# PORTNAME= librtfcomp PORTVERSION= 1.1 @@ -14,6 +10,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT?= LZRTF compression library +NO_STAGE= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes |