diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-11-18 23:51:50 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-11-18 23:51:50 +0800 |
commit | 4fbda6328779b24af9d0924eb234ba501566634d (patch) | |
tree | 0eac32c47b1910a498050874fd0c26e1e91f1fa2 /math | |
parent | cf51820bb49ffef5e20179ed80ab5751889ba26b (diff) | |
download | freebsd-ports-gnome-4fbda6328779b24af9d0924eb234ba501566634d.tar.gz freebsd-ports-gnome-4fbda6328779b24af9d0924eb234ba501566634d.tar.zst freebsd-ports-gnome-4fbda6328779b24af9d0924eb234ba501566634d.zip |
- cleanup LICENSE_FILE
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/ |