diff options
-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/ |