diff options
author | rene <rene@FreeBSD.org> | 2013-12-11 22:12:42 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-12-11 22:12:42 +0800 |
commit | c7831a919ccb46504e13b19e5a7b8ac912ec28df (patch) | |
tree | c187cf5c427a3c548d0d3356538c4def816e19ed | |
parent | 67d527b1ce183c0922b0761489c2f1a2a7ff40be (diff) | |
download | freebsd-ports-gnome-c7831a919ccb46504e13b19e5a7b8ac912ec28df.tar.gz freebsd-ports-gnome-c7831a919ccb46504e13b19e5a7b8ac912ec28df.tar.zst freebsd-ports-gnome-c7831a919ccb46504e13b19e5a7b8ac912ec28df.zip |
- Make 'make -VLEGAL' match the entry in LEGAL and
canonicalize the latter somewhat [1]
- Remove trailing whitespace in Makefile
Submitted by: eadler [1]
-rw-r--r-- | LEGAL | 2 | ||||
-rw-r--r-- | sysutils/linux-nero/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -181,7 +181,7 @@ mypaedia-* japanese/mypaedia-fpw The original dictionary is not free ncftpd-* ftp/ncftpd 30 day evaluation license nero2_linux_* games/linux-nerogame Freeware, but license terms are unclear NeroDigitalAudio.zip audio/linux-neroaaccodec Redistribution forbidden -nerolinux-* sysutils/linux-nero Must be downloaded from WWW and a Serial Number must be bought +nerolinux-* sysutils/linux-nero Must be downloaded from their website and a serial number must be bought NetComponents-* java/netcomponents No redistribution except as part of a substantially different product nntpcache-* news/nntpcache Commercial or government use requires license nttcp-* benchmarks/nttcp No commercial use diff --git a/sysutils/linux-nero/Makefile b/sysutils/linux-nero/Makefile index 52ee42f8023d..c21910bdd11c 100644 --- a/sysutils/linux-nero/Makefile +++ b/sysutils/linux-nero/Makefile @@ -14,11 +14,11 @@ DIST_SUBDIR= rpm MAINTAINER= emulation@FreeBSD.org COMMENT= CD/DVD disk burner -RESTRICTED= Get a serial number at http://www.nero.com/eng/NeroLINUX.html +RESTRICTED= Must be downloaded from their website and a serial number must be bought ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes -USE_LINUX_APPS= gtk2 +USE_LINUX_APPS= gtk2 USE_LDCONFIG= yes BRANDELF_DIRS= usr/bin SRC_DISTFILES= |