Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Apr 2014 16:55:23 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352689 - head/lang/onyx
Message-ID:  <201404301655.s3UGtNq6034538@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Apr 30 16:55:22 2014
New Revision: 352689
URL: http://svnweb.freebsd.org/changeset/ports/352689
QAT: https://qat.redports.org/buildarchive/r352689/

Log:
  Partially revert r352688 to actually do what was stated in the commit log
  
  With hat:	portmgr
  Pointyhat to:	bapt

Modified:
  head/lang/onyx/Makefile

Modified: head/lang/onyx/Makefile
==============================================================================
--- head/lang/onyx/Makefile	Wed Apr 30 16:52:58 2014	(r352688)
+++ head/lang/onyx/Makefile	Wed Apr 30 16:55:22 2014	(r352689)
@@ -14,7 +14,7 @@ BUILD_DEPENDS=	cook:${PORTSDIR}/devel/co
 LIB_DEPENDS=	libedit.so:${PORTSDIR}/devel/libedit \
 		libpcre.so:${PORTSDIR}/devel/pcre
 
-USES=		desthack tar:bzip2
+USES=		tar:bzip2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-libedit-prefix=${LOCALBASE} \
 		--with-pcre-prefix=${LOCALBASE}
@@ -22,6 +22,10 @@ USE_LDCONFIG=	yes
 
 PLIST_SUB=	ONYX_VERSION=${PORTVERSION}
 
+MAN1=		onyx.1 onyx_config.1
+
+NO_STAGE=	yes
+
 BROKEN_ia64=	Coredump during build on ia64
 
 post-patch:
@@ -31,7 +35,10 @@ do-build:
 	@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook)
 
 do-install:
-	@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} DESTDIR=${STAGEDIR} cook install)
+	@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook install)
+
+post-install:
 	@${STRIP_CMD} ${PREFIX}/bin/onyx
+	 @${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404301655.s3UGtNq6034538>