svn commit: r365972 - head/french/dico
John Marino
marino at FreeBSD.org
Sun Aug 24 17:08:40 UTC 2014
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
More information about the svn-ports-all
mailing list