svn commit: r335452 - in head/comms/picocom: . files

Eitan Adler eadler at FreeBSD.org
Mon Dec 2 05:42:57 UTC 2013


Author: eadler
Date: Mon Dec  2 05:42:56 2013
New Revision: 335452
URL: http://svnweb.freebsd.org/changeset/ports/335452

Log:
  - Modernize the port: uses USES, etc.
  - Stagify the port
  
  Submitted by:	Brian Callahan <bcallah at cvs.openbsd.org>
  Approved by:	maintainer timeout (> 1 month)

Deleted:
  head/comms/picocom/files/
Modified:
  head/comms/picocom/Makefile

Modified: head/comms/picocom/Makefile
==============================================================================
--- head/comms/picocom/Makefile	Mon Dec  2 05:01:19 2013	(r335451)
+++ head/comms/picocom/Makefile	Mon Dec  2 05:42:56 2013	(r335452)
@@ -10,10 +10,11 @@ MAINTAINER=	dhn at FreeBSD.org
 COMMENT=	Dumb Terminal Emulator
 
 ALL_TARGET=	picocom
-USE_GMAKE=	yes
+USES=		gmake
 
-PLIST_FILES=	bin/picocom
-MAN8=		picocom.8
+PLIST_FILES=	bin/picocom man/man8/picocom.8.gz
 
-NO_STAGE=	yes
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
+	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list