aboutsummaryrefslogtreecommitdiff
path: root/math/stepulator/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2009-01-16 13:27:39 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2009-01-16 13:27:39 +0000
commitd8502386526d42bfe7a67029bd9553ffb1565d17 (patch)
treeaf34b1c4bd04768fcbe65a0fcefb6481e863ff46 /math/stepulator/Makefile
parent75b7b8c69cb747d0c3617bf55817531c47b78d24 (diff)
downloadports-d8502386526d42bfe7a67029bd9553ffb1565d17.tar.gz
ports-d8502386526d42bfe7a67029bd9553ffb1565d17.zip
Notes
Diffstat (limited to 'math/stepulator/Makefile')
-rw-r--r--math/stepulator/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/math/stepulator/Makefile b/math/stepulator/Makefile
index 326fdfe3c360..e4c4a8d52216 100644
--- a/math/stepulator/Makefile
+++ b/math/stepulator/Makefile
@@ -7,7 +7,7 @@
PORTNAME= stepulator
PORTVERSION= 1.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math gnustep
MASTER_SITES= http://www.linuks.mine.nu/stepulator/ \
${MASTER_SITE_GNUSTEP_CH}
@@ -25,4 +25,8 @@ USE_GNUSTEP_INSTALL= yes
WRKSRC= ${WRKDIR}/Stepulator-gs
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/LICENSE \
+ ${GNUSTEP_LOCAL_APPS}/Stepulator.app/Resources/
+
.include <bsd.port.mk>