diff options
Diffstat (limited to 'net-mgmt/nat/Makefile')
-rw-r--r-- | net-mgmt/nat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/nat/Makefile b/net-mgmt/nat/Makefile index 55f81e809965..af293fcf9d33 100644 --- a/net-mgmt/nat/Makefile +++ b/net-mgmt/nat/Makefile @@ -24,6 +24,7 @@ MAN1= nat.1 PLIST_FILES= bin/nat %%DATADIR%%/passlist.txt %%DATADIR%%/userlist.txt PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/nat ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/nat.1 ${MANPREFIX}/man/man1 |