From 4fbda6328779b24af9d0924eb234ba501566634d Mon Sep 17 00:00:00 2001 From: dinoex Date: Thu, 18 Nov 2010 15:51:50 +0000 Subject: - cleanup LICENSE_FILE --- math/stepulator/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'math') 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/ -- cgit