summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-19 13:39:40 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-19 13:39:40 +0000
commitc02cb944ea525f11d2b5252cfa8bfcde8f35b253 (patch)
tree5a057fa0220904396c56b1d2ef7c7a6f439fe935 /editors
parent- Fix manpage installation (diff)
- Add LICENSE
- Don't cat pkg-message from Makefile
Notes
Notes: svn path=/head/; revision=386771
Diffstat (limited to 'editors')
-rw-r--r--editors/tetradraw/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/tetradraw/Makefile b/editors/tetradraw/Makefile
index 996ee9d02f40..5174db54ecd6 100644
--- a/editors/tetradraw/Makefile
+++ b/editors/tetradraw/Makefile
@@ -10,6 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@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>