1201981e84
Work around ls(1) working different when invoked as root than as normal user. Thanks to David Brownlee <abs@anim.dreamworks.com> for telling me!
18 lines
411 B
Makefile
18 lines
411 B
Makefile
# $NetBSD: Makefile,v 1.2 1999/06/18 00:59:45 hubertf Exp $
|
|
#
|
|
|
|
DISTNAME= url2pkg-1.4
|
|
CATEGORIES= pkgtools sysutils
|
|
MASTER_SITES= http://rfhs8012.fh-regensburg.de/~feyrer/Misc/
|
|
EXTRACT_SUFX= # Nothing
|
|
|
|
MAINTAINER= hubertf@netbsd.org
|
|
|
|
NO_BUILD= YES
|
|
NO_PATCH= YES
|
|
EXTRACT_CMD= ${ECHO_CMD}
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${LOCALBASE}/bin/${DISTNAME:C/-.*$//}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|