diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-12-07 05:19:44 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-12-07 05:19:44 +0000 |
commit | 8f2c34bf19aae77b4f37d2de01667ab8fde89822 (patch) | |
tree | 41ea6a6ad23d15ab3efc6e1a8efada30cc77fce5 /sysutils | |
parent | 1a4d428ca7d30a0b78104ed3a36f665268dd7c98 (diff) | |
download | ports-8f2c34bf19aae77b4f37d2de01667ab8fde89822.tar.gz ports-8f2c34bf19aae77b4f37d2de01667ab8fde89822.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/timelimit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/timelimit/Makefile b/sysutils/timelimit/Makefile index 2f36012b8621..020e309eb4ce 100644 --- a/sysutils/timelimit/Makefile +++ b/sysutils/timelimit/Makefile @@ -14,6 +14,7 @@ LICENSE= BSD CONFLICTS= netpipes-[0-9]* PLIST_FILES= bin/timelimit man/man1/timelimit.1.gz +NO_ARCH= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/timelimit ${STAGEDIR}${PREFIX}/bin |