diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2008-11-30 03:16:13 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2008-11-30 03:16:13 +0000 |
commit | 0df5712fcb048950f43467c71fcf6edde647da5e (patch) | |
tree | 9f8703d017e26f40b7cb344a0c76983596ae2561 /finance | |
parent | 0eb06af215c4bc96aa30251fb8d2442ee5459598 (diff) |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/gfp/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/finance/gfp/Makefile b/finance/gfp/Makefile index 89adbade6122..e74aebccc931 100644 --- a/finance/gfp/Makefile +++ b/finance/gfp/Makefile @@ -7,7 +7,7 @@ PORTNAME= gfp PORTVERSION= 0.7.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= finance java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= gfd @@ -28,6 +28,9 @@ WRKSRC= ${WRKDIR}/GFP JAVAVM= ${LOCALBASE}/bin/java JAR_FILE= gfd.jar +PLIST_DIRS+= \ + ${DATADIR_REL} + PLIST_FILES+= \ bin/${PORTNAME} |