svn commit: r339192 - head/converters/psiconv

Baptiste Daroussin bapt at FreeBSD.org
Thu Jan 9 00:10:09 UTC 2014


Author: bapt
Date: Thu Jan  9 00:10:08 2014
New Revision: 339192
URL: http://svnweb.freebsd.org/changeset/ports/339192

Log:
  Support stage

Modified:
  head/converters/psiconv/Makefile
  head/converters/psiconv/pkg-plist

Modified: head/converters/psiconv/Makefile
==============================================================================
--- head/converters/psiconv/Makefile	Thu Jan  9 00:06:20 2014	(r339191)
+++ head/converters/psiconv/Makefile	Thu Jan  9 00:10:08 2014	(r339192)
@@ -8,15 +8,12 @@ CATEGORIES=	converters devel
 MASTER_SITES=	http://software.frodo.looijaard.name/psiconv/files/
 
 MAINTAINER=	gnome at FreeBSD.org
-COMMENT=	A conversion utility to convert Psion 5(MX) files into other formats
+COMMENT=	Conversion utility to convert Psion 5(MX) files into other formats
 
+USEE=		gmake
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-imagemagick=no
 
-MAN1=		psiconv.1 psiconv-config.1
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/converters/psiconv/pkg-plist
==============================================================================
--- head/converters/psiconv/pkg-plist	Thu Jan  9 00:06:20 2014	(r339191)
+++ head/converters/psiconv/pkg-plist	Thu Jan  9 00:10:08 2014	(r339192)
@@ -18,6 +18,8 @@ lib/libpsiconv.a
 lib/libpsiconv.la
 lib/libpsiconv.so
 lib/libpsiconv.so.10
+man/man1/psiconv-config.1.gz
+man/man1/psiconv.1.gz
 %%DATADIR%%/psion/ASCII_Codes.psi
 %%DATADIR%%/psion/Application_ID_Section.psi
 %%DATADIR%%/psion/Basic_Elements.psi


More information about the svn-ports-all mailing list