svn commit: r337771 - head/graphics/xtexcad

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 27 18:07:32 UTC 2013


Author: bapt
Date: Fri Dec 27 18:07:32 2013
New Revision: 337771
URL: http://svnweb.freebsd.org/changeset/ports/337771

Log:
  Support stage

Modified:
  head/graphics/xtexcad/Makefile

Modified: head/graphics/xtexcad/Makefile
==============================================================================
--- head/graphics/xtexcad/Makefile	Fri Dec 27 18:06:09 2013	(r337770)
+++ head/graphics/xtexcad/Makefile	Fri Dec 27 18:07:32 2013	(r337771)
@@ -13,8 +13,7 @@ COMMENT=	Simple drawing program enforcin
 USES=		imake
 USE_XORG=	ice sm x11 xaw xext xmu xpm xt
 
-MAN1=		xtexcad.1
-PLIST_FILES=	bin/xtexcad lib/X11/app-defaults/XTeXcad
+PLIST_FILES=	bin/xtexcad lib/X11/app-defaults/XTeXcad \
+		man/man1/xtexcad.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list