diff options
author | ashish <ashish@FreeBSD.org> | 2010-09-28 21:07:47 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2010-09-28 21:07:47 +0800 |
commit | e82447d696fe2aab403aab96095d034a4e032949 (patch) | |
tree | 515613e45f864eef4d472abe3e99b19c3659cca7 /cad/qelectrotech/Makefile | |
parent | 8bd408a02629c8498fe9920e0053a74c4939c7b1 (diff) | |
download | freebsd-ports-gnome-e82447d696fe2aab403aab96095d034a4e032949.tar.gz freebsd-ports-gnome-e82447d696fe2aab403aab96095d034a4e032949.tar.zst freebsd-ports-gnome-e82447d696fe2aab403aab96095d034a4e032949.zip |
- Remove the workaround for LICENSE
Submitted by: swell.k at gmail.com
Approved by: pgj (mentor, implicit)
Diffstat (limited to 'cad/qelectrotech/Makefile')
-rw-r--r-- | cad/qelectrotech/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cad/qelectrotech/Makefile b/cad/qelectrotech/Makefile index a19467252189..97cafbd9005d 100644 --- a/cad/qelectrotech/Makefile +++ b/cad/qelectrotech/Makefile @@ -20,15 +20,12 @@ QT_COMPONENTS= gui network svg xml \ INSTALLS_ICONS= yes LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKSRC}/LICENSE MAN1= qelectrotech.1 MANLANG= "" es fr.ISO8859-1 fr.UTF-8 fr pt_PT MANCOMPRESSED= yes -post-extract: - @${CP} ${WRKSRC}/LICENSE ${WRKSRC}/COPYING - do-configure: ${MV} ${WRKSRC}/man/files/pt ${WRKSRC}/man/files/pt_PT ${REINPLACE_CMD} -e 's,/usr/local/,${PREFIX}/,g' \ |