Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2014 11:11:50 +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: r342422 - in head: deskutils/hebcal mail/elmo
Message-ID:  <201402031111.s13BBoO3043537@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Mon Feb  3 11:11:50 2014
New Revision: 342422
URL: http://svnweb.freebsd.org/changeset/ports/342422
QAT: https://qat.redports.org/buildarchive/r342422/

Log:
  - Stage support

Modified:
  head/deskutils/hebcal/Makefile
  head/mail/elmo/Makefile
  head/mail/elmo/pkg-plist

Modified: head/deskutils/hebcal/Makefile
==============================================================================
--- head/deskutils/hebcal/Makefile	Mon Feb  3 11:11:36 2014	(r342421)
+++ head/deskutils/hebcal/Makefile	Mon Feb  3 11:11:50 2014	(r342422)
@@ -11,9 +11,9 @@ COMMENT=	Hebrew Calendar calculator
 
 HAS_CONFIGURE=	yes
 
-PLIST_FILES=	bin/hebcal
-MAN1=		hebcal.1
+PLIST_FILES=	bin/hebcal \
+		man/man1/hebcal.1.gz
+
 INFO=		hebcal
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/mail/elmo/Makefile
==============================================================================
--- head/mail/elmo/Makefile	Mon Feb  3 11:11:36 2014	(r342421)
+++ head/mail/elmo/Makefile	Mon Feb  3 11:11:50 2014	(r342422)
@@ -26,8 +26,6 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-MAN1=		elmo.1 elmoconf.pl.1
-
 NLS_CONFIGURE_ON=	--with-libintl-prefix="${LOCALBASE}"
 NLS_CONFIGURE_OFF=	--disable-nls
 NLS_USES=	gettext
@@ -36,7 +34,6 @@ OPTIONS_SUB=	yes
 .if exists(${LOCALBASE}/lib/libgpgme.so) || defined(WITH_GPGME)
 LIB_DEPENDS+=	libgpgme.so:${PORTSDIR}/security/gpgme
 .else
-NO_STAGE=	yes
 pre-everything::
 	@${ECHO_CMD}
 	@${ECHO_CMD} "Define WITH_GPGME=yes to build with gpgme support."

Modified: head/mail/elmo/pkg-plist
==============================================================================
--- head/mail/elmo/pkg-plist	Mon Feb  3 11:11:36 2014	(r342421)
+++ head/mail/elmo/pkg-plist	Mon Feb  3 11:11:50 2014	(r342422)
@@ -4,4 +4,6 @@ bin/elmoconf.pl
 %%DATADIR%%/tutorial
 %%NLS%%share/locale/de/LC_MESSAGES/elmo.mo
 %%NLS%%share/locale/pl/LC_MESSAGES/elmo.mo
+man/man1/elmo.1.gz
+man/man1/elmoconf.pl.1.gz
 @dirrm %%DATADIR%%



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