svn commit: r343901 - head/net-mgmt/weplab

Martin Wilke miwi at FreeBSD.org
Wed Feb 12 10:47:30 UTC 2014


Author: miwi
Date: Wed Feb 12 10:47:29 2014
New Revision: 343901
URL: http://svnweb.freebsd.org/changeset/ports/343901
QAT: https://qat.redports.org/buildarchive/r343901/

Log:
  - Stage support

Modified:
  head/net-mgmt/weplab/Makefile

Modified: head/net-mgmt/weplab/Makefile
==============================================================================
--- head/net-mgmt/weplab/Makefile	Wed Feb 12 10:47:13 2014	(r343900)
+++ head/net-mgmt/weplab/Makefile	Wed Feb 12 10:47:29 2014	(r343901)
@@ -12,10 +12,9 @@ COMMENT=	WepLab is a tool designed to te
 GNU_CONFIGURE=	yes
 USE_CSTD=	gnu89
 
-MAN1=		weplab.1
-PLIST_FILES=	bin/weplab
+PLIST_FILES=	bin/weplab \
+		man/man1/weplab.1.gz
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -E 's,^(CC|CFLAGS|LDFLAGS) *=,\1 ?=,g' \
 		${WRKSRC}/Makefile.in


More information about the svn-ports-all mailing list