1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Support stage

This commit is contained in:
Baptiste Daroussin 2014-01-05 02:00:58 +00:00
parent ee4039feb0
commit b5ec35acf5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338745

View File

@ -15,11 +15,4 @@ ONLY_FOR_ARCHS= amd64 i386 ia64 ppc
GNU_CONFIGURE= yes
LICENSE= CDDL
NO_STAGE= yes
do-install:
( cd ${WRKSRC} && make install-binPROGRAMS )
.if !defined(NOPORTDATA)
(cd ${WRKSRC} && make install-data )
.endif
.include <bsd.port.mk>