aboutsummaryrefslogtreecommitdiffstats
path: root/editors/tetradraw
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-05-19 21:39:40 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-05-19 21:39:40 +0800
commit58b0bca2d39d28e576598537b3018e172bfd1995 (patch)
tree5a057fa0220904396c56b1d2ef7c7a6f439fe935 /editors/tetradraw
parent7a3e45bc92ba02d39292f39a83d37fdf1ddaa430 (diff)
downloadfreebsd-ports-gnome-58b0bca2d39d28e576598537b3018e172bfd1995.tar.gz
freebsd-ports-gnome-58b0bca2d39d28e576598537b3018e172bfd1995.tar.zst
freebsd-ports-gnome-58b0bca2d39d28e576598537b3018e172bfd1995.zip
- Add LICENSE
- Don't cat pkg-message from Makefile
Diffstat (limited to 'editors/tetradraw')
-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>