From f5b7d224de201235a481ab5295e17fb656c6c097 Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Sat, 14 Jan 2006 10:07:33 +0000 Subject: - Use PORTDOCS=* instead of a wrong generated PLIST Proposed by: skv --- misc/susv2/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'misc/susv2') diff --git a/misc/susv2/Makefile b/misc/susv2/Makefile index f527d716be85..076f18383923 100644 --- a/misc/susv2/Makefile +++ b/misc/susv2/Makefile @@ -18,8 +18,7 @@ RESTRICTED= "Redistribution of the documents is not permitted" USE_BZIP2= yes NO_BUILD= yes - -PLIST= ${WRKDIR}/pkg-plist +PORTDOCS= * .include @@ -29,16 +28,12 @@ IGNORE= "may not be redistributed because of licensing reasons. Please visit ht do-install: @${MKDIR} ${DOCSDIR} - @> ${PLIST} @${FIND} ${WRKSRC} | ${SED} -e 's#^${WRKSRC}##' | while read file; do \ if ${TEST} -d "${WRKSRC}$$file"; then \ ${MKDIR} "${DOCSDIR}$$file"; \ - ${ECHO} "@dirrm ${DOCSDIR:S#^${PREFIX}/##}$$file" >> ${PLIST}; \ else \ ${INSTALL_DATA} "${WRKSRC}$$file" "${DOCSDIR}$$file"; \ - ${ECHO} "${DOCSDIR:S#^${PREFIX}/##}$$file" >> ${PLIST}; \ fi; \ done - @(${RM} -f ${PLIST}; ${SED} -ne '/^@/{G;h;};/^@/!p;$${g;p;}' > ${PLIST}) < ${PLIST} .include -- cgit v1.2.3