aboutsummaryrefslogtreecommitdiffstats
path: root/mail/wmbiff
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2013-11-01 07:36:06 +0800
committergarga <garga@FreeBSD.org>2013-11-01 07:36:06 +0800
commit5a0cede4135967d1a92753ee8025b80a92295413 (patch)
tree7d0ebd316a7fbb520b3cd50303dcd96355e3ac45 /mail/wmbiff
parent07aafebc05b08200a27872130384d974e3754b92 (diff)
downloadfreebsd-ports-gnome-5a0cede4135967d1a92753ee8025b80a92295413.tar.gz
freebsd-ports-gnome-5a0cede4135967d1a92753ee8025b80a92295413.tar.zst
freebsd-ports-gnome-5a0cede4135967d1a92753ee8025b80a92295413.zip
. Add LICENSE
. Unmute install
Diffstat (limited to 'mail/wmbiff')
-rw-r--r--mail/wmbiff/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/wmbiff/Makefile b/mail/wmbiff/Makefile
index e48546785e8a..b34cff8ffc25 100644
--- a/mail/wmbiff/Makefile
+++ b/mail/wmbiff/Makefile
@@ -10,6 +10,8 @@ MASTER_SITES= SF
MAINTAINER= garga@FreeBSD.org
COMMENT= An xbiff-like Window Maker dock app
+LICENSE= GPLv2
+
OPTIONS_DEFINE= GNUTLS
USE_XORG= xpm
@@ -40,6 +42,6 @@ CONFIGURE_ARGS+= --disable-crypto
post-install:
@${ECHO_MSG} "===> Installing sample.wmbiffrc to ${DATADIR}"
@${ECHO_MSG} "===> Modify it to suit your needs and copy to ~/.wmbiffrc"
- @${INSTALL_DATA} -m 644 ${WRKSRC}/wmbiff/sample.wmbiffrc ${STAGEDIR}${DATADIR}
+ ${INSTALL_DATA} -m 644 ${WRKSRC}/wmbiff/sample.wmbiffrc ${STAGEDIR}${DATADIR}
.include <bsd.port.post.mk>