diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2010-09-28 13:07:47 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2010-09-28 13:07:47 +0000 |
commit | 3edcad09c006a0ac3fd2ae61c3c053b9c0e80fc2 (patch) | |
tree | d75d4a8c92f3361a9f5858203c662fcc0b35f3f8 /cad | |
parent | 9ffa6f4195ad295535d35b51cb9147c9d022905e (diff) |
- Remove the workaround for LICENSE
Submitted by: swell.k at gmail.com
Approved by: pgj (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=262029
Diffstat (limited to 'cad')
-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' \ |