diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-01 13:07:13 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-01 13:07:13 +0000 |
commit | 3f89b718dff79e520566e026c91ae3b5928bf0ae (patch) | |
tree | 9d418e6040ae3aff813006e4b7399cc9fe7e0177 /devel/p4db/Makefile | |
parent | d2d0202a4592c9343ca25da5a7c489a785738ffb (diff) |
Notes
Diffstat (limited to 'devel/p4db/Makefile')
-rw-r--r-- | devel/p4db/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p4db/Makefile b/devel/p4db/Makefile index 927f771f2796..9a8b5d8c9b0d 100644 --- a/devel/p4db/Makefile +++ b/devel/p4db/Makefile @@ -17,13 +17,14 @@ COMMENT= Web/Perforce Browser RUN_DEPENDS= p4:${.CURDIR}/../perforce USE_PERL5= yes - NO_BUILD= yes NO_WRKSUBDIR= yes PATCH_WRKSRC= ${WRKSRC}/${PORTNAME} +SUB_FILES= pkg-message +PKGMESSAGE= ${WRKDIR}/pkg-message FQDN!= hostname -P4DB_HOME= ${LOCALBASE}/perforce/${PORTNAME} +P4DB_HOME= ${PREFIX}/perforce/${PORTNAME} # These variables are all configurable. PERFORCE_USER?= p4admin |