Index: head/ports-mgmt/pkg-rmleaf/Makefile =================================================================== --- head/ports-mgmt/pkg-rmleaf/Makefile (revision 491926) +++ head/ports-mgmt/pkg-rmleaf/Makefile (revision 491927) @@ -1,28 +1,28 @@ # Created by: Yanhui Shen # $FreeBSD$ PORTNAME= pkg-rmleaf PORTVERSION= 0.4 CATEGORIES= ports-mgmt MASTER_SITES= # none DISTFILES= # none MAINTAINER= shen.elf@gmail.com COMMENT= Remove leaf packages LICENSE= BSD2CLAUSE NO_BUILD= yes -WRKSRC= ${WRKDIR} +NO_WRKSUBDIR= yes PLIST_FILES= sbin/pkg-rmleaf do-extract: ${MKDIR} ${WRKSRC} ${CP} ${FILESDIR}/pkg-rmleaf ${WRKSRC} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/pkg-rmleaf \ ${STAGEDIR}${PREFIX}/sbin/pkg-rmleaf .include