aboutsummaryrefslogtreecommitdiff
path: root/archivers/tardy
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-22 21:13:49 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-22 21:13:49 +0000
commitf99f8709942c4be7ed16da86d6611de0b2f22876 (patch)
tree03221ac5201ecaf21c39c3efaa17988800d2a2c0 /archivers/tardy
parenta5a6e81907431a9154b50694717cd05f4255abeb (diff)
Notes
Diffstat (limited to 'archivers/tardy')
-rw-r--r--archivers/tardy/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/archivers/tardy/Makefile b/archivers/tardy/Makefile
index 6c8b332dfe8e..555a7e6b2f01 100644
--- a/archivers/tardy/Makefile
+++ b/archivers/tardy/Makefile
@@ -17,7 +17,6 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost
${LOCALBASE}/include/libiberty/libiberty.h:${PORTSDIR}/devel/gnulibiberty
LIB_DEPENDS= explain:${PORTSDIR}/devel/libexplain
-NO_STAGE= yes
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
@@ -25,8 +24,7 @@ MAKE_JOBS_UNSAFE= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-MAN1= tardy.1
-PLIST_FILES= bin/tardy
+PLIST_FILES= bin/tardy man/man1/tardy.1.gz
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
@@ -44,7 +42,8 @@ post-patch:
.endfor
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/man/man1/${MAN1} ${MANPREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/man/man1/${PORTNAME}.1 \
+ ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.post.mk>