Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Aug 2014 17:08:39 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r365972 - head/french/dico
Message-ID:  <201408241708.s7OH8dV1017473@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Aug 24 17:08:39 2014
New Revision: 365972
URL: http://svnweb.freebsd.org/changeset/ports/365972
QAT: https://qat.redports.org/buildarchive/r365972/

Log:
  Stage french/dico
  
  PR:		192969
  Submitted by:	Christian Mangin

Modified:
  head/french/dico/Makefile
  head/french/dico/pkg-plist

Modified: head/french/dico/Makefile
==============================================================================
--- head/french/dico/Makefile	Sun Aug 24 17:06:50 2014	(r365971)
+++ head/french/dico/Makefile	Sun Aug 24 17:08:39 2014	(r365972)
@@ -22,7 +22,6 @@ CONFIGURE_ARGS=	--mandir=${PREFIX}/man
 USES=		gmake
 AUTOMAKE_ARGS=	--add-missing --foreign --include-deps
 MAKE_ARGS=	prefix=${PREFIX}
-MAN1=		dico.1
 REINPLACE_SUB=	PREFIX=${PREFIX}
 
 # Post-patch
@@ -30,7 +29,6 @@ REINPLACE_SUB=	PREFIX=${PREFIX}
 
 OPTIONS_DEFINE=	DOCS
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} ${REINPLACE_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \
 		${WRKSRC}/sources/dico.c
@@ -41,14 +39,4 @@ post-patch:
 pre-configure:
 	@cd ${WRKSRC} && ${ACLOCAL}
 
-# Post-install
-#
-
-.include <bsd.port.options.mk>
-
-post-install:
-.if empty(PORT_OPTIONS:MDOCS)
-	@${RM} -rf ${DOCSDIR}
-.endif
-
 .include <bsd.port.mk>

Modified: head/french/dico/pkg-plist
==============================================================================
--- head/french/dico/pkg-plist	Sun Aug 24 17:06:50 2014	(r365971)
+++ head/french/dico/pkg-plist	Sun Aug 24 17:08:39 2014	(r365972)
@@ -1,4 +1,5 @@
 bin/dico
+man/man1/dico.1.gz
 %%DATADIR%%/a.dic
 %%DATADIR%%/b.dic
 %%DATADIR%%/c.dic



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