diff --git a/sysutils/reptyr/Makefile b/sysutils/reptyr/Makefile index a094ef82863c..05cf15563c71 100644 --- a/sysutils/reptyr/Makefile +++ b/sysutils/reptyr/Makefile @@ -1,24 +1,24 @@ PORTNAME= reptyr PORTVERSION= 0.10.0 DISTVERSIONPREFIX= reptyr- CATEGORIES= sysutils MAINTAINER= andoriyu@gmail.com COMMENT= Reparent a running program to a new terminal WWW= https://github.com/nelhage/reptyr LICENSE= MIT USE_GITHUB= yes GH_ACCOUNT= nelhage MAKE_ARGS= BASHCOMPDIR=${PREFIX}/share/bash-completion/completions \ MANDIR=${PREFIX}/share/man USES= gmake -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= aarch64 i386 amd64 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/reptyr .include