strip -> ${STRIP}

This commit is contained in:
brad 1999-09-07 15:54:59 +00:00
parent c858157067
commit c49a061407

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 1999/05/19 15:57:43 brad Exp $
# $OpenBSD: Makefile,v 1.13 1999/09/07 15:54:59 brad Exp $
# $FreeBSD: Makefile,v 1.2 1998/08/11 09:57:51 andreas Exp $
DISTNAME= ntop-1.1-src
@ -8,6 +8,8 @@ MASTER_SITES= ftp://ftp.unipi.it/pub/local/ntop/source/ \
http://www.freenix.no/~anders/ \
ftp://totem.fix.no/pub/mirrors/misc/
NEED_VERSION= 1.114
MAINTAINER= brad@openbsd.org
WRKSRC= ${WRKDIR}/${PKGNAME}
@ -19,6 +21,6 @@ ALL_TARGET=
INSTALL_TARGET= install install-man
post-install:
strip ${PREFIX}/sbin/ntop
@${STRIP} ${PREFIX}/sbin/ntop
.include <bsd.port.mk>