Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 17:10:31 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342785 - head/devel/ctags
Message-ID:  <201402051710.s15HAVq8044892@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Wed Feb  5 17:10:30 2014
New Revision: 342785
URL: http://svnweb.freebsd.org/changeset/ports/342785
QAT: https://qat.redports.org/buildarchive/r342785/

Log:
  - Stage support

Modified:
  head/devel/ctags/Makefile
  head/devel/ctags/pkg-plist

Modified: head/devel/ctags/Makefile
==============================================================================
--- head/devel/ctags/Makefile	Wed Feb  5 17:09:38 2014	(r342784)
+++ head/devel/ctags/Makefile	Wed Feb  5 17:10:30 2014	(r342785)
@@ -9,16 +9,10 @@ MASTER_SITES=	SF
 MAINTAINER=	zeising@FreeBSD.org
 COMMENT=	A feature-filled tagfile generator for vi and emacs clones
 
-
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--enable-macro-patterns --with-readlib
-
-MAN1=		exctags.1
+USES=	desthack
 
 SUB_FILES+=	pkg-message
 
-NO_STAGE=	yes
-post-install:
-	@${CAT} ${PKGMESSAGE}
-
 .include <bsd.port.mk>

Modified: head/devel/ctags/pkg-plist
==============================================================================
--- head/devel/ctags/pkg-plist	Wed Feb  5 17:09:38 2014	(r342784)
+++ head/devel/ctags/pkg-plist	Wed Feb  5 17:10:30 2014	(r342785)
@@ -1,3 +1,4 @@
 bin/exctags
 include/readtags.h
 lib/readtags.o
+man/man1/exctags.1.gz



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