Index: head/sysutils/eclat/Makefile =================================================================== --- head/sysutils/eclat/Makefile (revision 504529) +++ head/sysutils/eclat/Makefile (revision 504530) @@ -1,37 +1,37 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= eclat PORTVERSION= 2.0 -CATEGORIES= sysutils +CATEGORIES= sysutils net MASTER_SITES= http://download.gnu.org.ua/pub/release/${PORTNAME}/ \ http://download.gnu.org.ua/pub/alpha/${PORTNAME}/ MAINTAINER= zeus@gnu.org.ua -COMMENT= EC2 command line administration tool +COMMENT= Amazon EC2 command line administration tool LICENSE= GPLv3 LIB_DEPENDS= libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 USES= localbase tar:xz GNU_CONFIGURE= yes -MAKE_JOBS_UNSAFE= yes +TEST_TARGET= check PORTDOCS= AUTHORS ChangeLog NEWS README THANKS TODO OPTIONS_DEFINE= DOCS GDBM LDAP OPTIONS_DEFAULT= GDBM GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm GDBM_CONFIGURE_WITH= gdbm LDAP_USE= OPENLDAP=yes LDAP_CONFIGURE_WITH= ldap post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/sysutils/eclat/files/patch-etc_Makefile.in =================================================================== --- head/sysutils/eclat/files/patch-etc_Makefile.in (nonexistent) +++ head/sysutils/eclat/files/patch-etc_Makefile.in (revision 504530) @@ -0,0 +1,16 @@ +--- etc/Makefile.in.orig 2018-03-16 05:03:09 UTC ++++ etc/Makefile.in +@@ -703,11 +703,11 @@ uninstall-am: uninstall-dist_pkgdataDATA uninstall-pkg + tags tags-am uninstall uninstall-am uninstall-dist_pkgdataDATA \ + uninstall-pkgdataDATA + +-@SPLIT_FORMATS_TRUE@.fln.forlan: ++@SPLIT_FORMATS_TRUE@.fln.forlan: flncat$(EXEEXT) + @SPLIT_FORMATS_TRUE@ $(AM_V_GEN)$(abs_builddir)/flncat $^ default.fln > $@ + @SPLIT_FORMATS_TRUE@lsattr.forlan: describe-instance-attribute.fln describe-snapshot-attribute.fln + @SPLIT_FORMATS_TRUE@sg.forlan: sg.fln describe-security-groups.fln +-@SPLIT_FORMATS_FALSE@eclat.forlan: $(FLNFILES) default.fln ++@SPLIT_FORMATS_FALSE@eclat.forlan: $(FLNFILES) default.fln flncat$(EXEEXT) + @SPLIT_FORMATS_FALSE@ $(AM_V_GEN)(cd $(srcdir); $(abs_builddir)/flncat $(FLNFILES) default.fln) > eclat.forlan + + .cfin.conf: Property changes on: head/sysutils/eclat/files/patch-etc_Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property