svn commit: r386771 - head/editors/tetradraw
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue May 19 13:39:41 UTC 2015
Author: amdmi3
Date: Tue May 19 13:39:40 2015
New Revision: 386771
URL: https://svnweb.freebsd.org/changeset/ports/386771
Log:
- Add LICENSE
- Don't cat pkg-message from Makefile
Modified:
head/editors/tetradraw/Makefile
Modified: head/editors/tetradraw/Makefile
==============================================================================
--- head/editors/tetradraw/Makefile Tue May 19 13:30:11 2015 (r386770)
+++ head/editors/tetradraw/Makefile Tue May 19 13:39:40 2015 (r386771)
@@ -10,6 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
MAINTAINER= ports at FreeBSD.org
COMMENT= Fully featured ANSI art editor/viewer with TCP/IP multidraw support
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
GNU_CONFIGURE= yes
PLIST_FILES= bin/tetradraw bin/tetraview
@@ -18,7 +21,4 @@ post-patch:
@${REINPLACE_CMD} -e \
's|^CFLAGS =.*$$|CFLAGS = @CFLAGS@|g' ${WRKSRC}/src/Makefile.in
-post-install:
- @${CAT} ${PKGMESSAGE}
-
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list