diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-11-18 15:51:50 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-11-18 15:51:50 +0000 |
commit | 9bbc25f40044b1f6f3a128ba8dcd662e9186d8d9 (patch) | |
tree | 296d3ef32aba200b28df3c0158eba321c205ebe1 /math | |
parent | 394048c524658f66f25752779b583b90f2e83687 (diff) | |
download | ports-9bbc25f40044b1f6f3a128ba8dcd662e9186d8d9.tar.gz ports-9bbc25f40044b1f6f3a128ba8dcd662e9186d8d9.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/stepulator/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/math/stepulator/Makefile b/math/stepulator/Makefile index 940c96ef4980..ad623ff87bc4 100644 --- a/math/stepulator/Makefile +++ b/math/stepulator/Makefile @@ -18,7 +18,7 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Scientific calculator implementing RPN notation for GNUstep LICENSE= BSD -LICENSE_FILE= ${WRKSRC}/COPYRIGHT +LICENSE_FILE= ${WRKSRC}/LICENSE USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes @@ -27,9 +27,6 @@ USE_GNUSTEP_INSTALL= yes WRKSRC= ${WRKDIR}/Stepulator-gs -post-extract: - ${LN} ${WRKSRC}/LICENSE ${WRKSRC}/COPYRIGHT - post-install: ${INSTALL_DATA} ${WRKSRC}/LICENSE \ ${GNUSTEP_LOCAL_APPS}/Stepulator.app/Resources/ |