diff options
Diffstat (limited to 'archivers/xpk/Makefile')
-rw-r--r-- | archivers/xpk/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/archivers/xpk/Makefile b/archivers/xpk/Makefile index 9a8257207ace..5c7f6f1f2c0a 100644 --- a/archivers/xpk/Makefile +++ b/archivers/xpk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xpk -# Date created: 21 May 2001 -# Whom: Miguel Mendez <flynn@energyhq.homeip.net> -# +# Created by: Miguel Mendez <flynn@energyhq.homeip.net> # $FreeBSD$ -# PORTNAME= xpk PORTVERSION= 0.1.4 @@ -15,6 +11,7 @@ MASTER_SITES= http://vesuri.jormas.com/xpk/ \ MAINTAINER= ports@FreeBSD.org COMMENT= The eXternal PacKer (XPK) library system +NO_STAGE= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes |