diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-08 22:16:54 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-08 22:16:54 +0000 |
commit | 9d4b7436002f6021810b7843cdc63df2a96a4c99 (patch) | |
tree | 25817ab492d5a9116d97bbb166029eade9afe052 /net-p2p/i2p/Makefile | |
parent | 0837d859468a04ef670bb27c61b646dce4522e86 (diff) | |
download | ports-9d4b7436002f6021810b7843cdc63df2a96a4c99.tar.gz ports-9d4b7436002f6021810b7843cdc63df2a96a4c99.zip |
Notes
Diffstat (limited to 'net-p2p/i2p/Makefile')
-rw-r--r-- | net-p2p/i2p/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-p2p/i2p/Makefile b/net-p2p/i2p/Makefile index 3403e778973d..775409b91dad 100644 --- a/net-p2p/i2p/Makefile +++ b/net-p2p/i2p/Makefile @@ -61,14 +61,13 @@ PLIST_FILES= \ JETTY_DISTFILE= jetty-5.1.15.tgz +SUB_FILES= wrapper.sh + post-extract: @${MKDIR} ${WRKSRC}/apps/jetty/ @${CP} -f ${DISTDIR}/${JETTY_DISTFILE} ${WRKSRC}/apps/jetty/ post-patch: - @${SED} \ - -e "s|%%DATADIR%%|${DATADIR}|" \ - ${FILESDIR}/wrapper.sh > ${WRKDIR}/wrapper.sh # postinstall.sh SHOULD only do post installation house keeping @${REINPLACE_CMD} -E \ -e 's|./i2prouter[[:space:]]+start||' \ |