diff options
Diffstat (limited to 'security/destroy/Makefile')
-rw-r--r-- | security/destroy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/destroy/Makefile b/security/destroy/Makefile index 06991f810e95..30a7127f8811 100644 --- a/security/destroy/Makefile +++ b/security/destroy/Makefile @@ -1,6 +1,5 @@ # Created by: shane@freebsdhackers.net # $FreeBSD$ -# PORTNAME= destroy PORTVERSION= 20050329 @@ -17,6 +16,7 @@ USE_GMAKE= yes MAN1= destroy.1 PLIST_FILES= bin/destroy +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/destroy ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/destroy.1 ${MAN1PREFIX}/man/man1 |