diff options
author | bsam <bsam@FreeBSD.org> | 2013-06-20 23:31:48 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-06-20 23:31:48 +0800 |
commit | 6c834b6bd2bf5800dba2353110362a664ff0fe40 (patch) | |
tree | 446e11c7a66f5b1ec027cd886ae8e2a4473bbad6 | |
parent | 12a29bc81a64bff466aab2e7708ee27c1550e620 (diff) | |
download | freebsd-ports-gnome-6c834b6bd2bf5800dba2353110362a664ff0fe40.tar.gz freebsd-ports-gnome-6c834b6bd2bf5800dba2353110362a664ff0fe40.tar.zst freebsd-ports-gnome-6c834b6bd2bf5800dba2353110362a664ff0fe40.zip |
Put LICENSE at apropriate position.
-rw-r--r-- | comms/xlog/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/xlog/Makefile b/comms/xlog/Makefile index 96e8b4078de1..9c00d1dbe849 100644 --- a/comms/xlog/Makefile +++ b/comms/xlog/Makefile @@ -12,6 +12,8 @@ MASTER_SITE_SUBDIR= xlog MAINTAINER= ports@FreeBSD.org COMMENT= Amateur Radio logging application +LICENSE= GPLv3 + USES= gettext USE_GNOME= gtk20 GNU_CONFIGURE= yes @@ -22,7 +24,6 @@ CONFIGURE_ARGS= --with-mime-update \ LIB_DEPENDS+= hamlib:${PORTSDIR}/comms/hamlib MAN1= xlog.1 -LICENSE= GPLv3 .include <bsd.port.options.mk> |