diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-08-24 14:50:17 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-08-24 14:50:17 +0000 |
commit | 3e61c9e50f0653fb3ab630238e4bd0838b92e026 (patch) | |
tree | b7d6c4400ec9e3facf8d67dfb3c2a75f179d79f5 /net | |
parent | a8409dba34324641cc6a5a9952da57067ace186e (diff) | |
download | ports-3e61c9e50f0653fb3ab630238e4bd0838b92e026.tar.gz ports-3e61c9e50f0653fb3ab630238e4bd0838b92e026.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/pimd/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/pimd/Makefile b/net/pimd/Makefile index f1f94602a1c6..7338b6ab2044 100644 --- a/net/pimd/Makefile +++ b/net/pimd/Makefile @@ -14,6 +14,7 @@ USE_GITHUB= yes GH_ACCOUNT= troglobit GH_PROJECT= libite:libite GH_TAGNAME= v1.4.4:libite +GH_SUBDIR= libite:libite USES= tar:bzip2 USE_RC_SUBR= ${PORTNAME} @@ -21,10 +22,6 @@ USE_RC_SUBR= ${PORTNAME} HAS_CONFIGURE= yes MAKE_ARGS+= prefix="${PREFIX}" sysconfdir="${PREFIX}/etc/" -post-extract: - cd ${WRKSRC} && ${RMDIR} libite && \ - ${MV} ${WRKSRC_libite} ${WRKSRC}/libite - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pimd ${STAGEDIR}${PREFIX}/sbin/ ${INSTALL_DATA} ${WRKSRC}/pimd.conf \ |