summaryrefslogtreecommitdiff
path: root/pkgtools/x11-links
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-06 09:05:25 +0000
committerjlam <jlam>2005-06-06 09:05:25 +0000
commit1eda200ce322a0e4834e3ac8f6a8149a6c89d9d7 (patch)
treeb15b3dd0d77bfb789dd1e297da0f573511cf6b28 /pkgtools/x11-links
parentbfc855fbb5ef021168421285da6b894fd6ae90c8 (diff)
downloadpkgsrc-1eda200ce322a0e4834e3ac8f6a8149a6c89d9d7.tar.gz
Change the way the PLIST is generated. We now use a separate loop after
the files in the work directory are built to discover the directories that need to be removed at deinstall time. This fixes PR pkg/25325 by Georg Schwarz.
Diffstat (limited to 'pkgtools/x11-links')
-rw-r--r--pkgtools/x11-links/Makefile22
1 files changed, 8 insertions, 14 deletions
diff --git a/pkgtools/x11-links/Makefile b/pkgtools/x11-links/Makefile
index 9adca1e2bbd..7e125b1edc2 100644
--- a/pkgtools/x11-links/Makefile
+++ b/pkgtools/x11-links/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2005/06/06 08:42:53 jlam Exp $
+# $NetBSD: Makefile,v 1.70 2005/06/06 09:05:25 jlam Exp $
#
# NOTE: If you update this package, then you'll likely need to also update
# the x11-links dependency in buildlink3.mk to the correct version,
@@ -21,9 +21,9 @@ EXTRACT_ONLY= # empty
NO_CHECKSUM= yes
NO_MTREE= yes
-PLIST_SRC= ${WRKDIR}/.PLIST_SRC
-PLIST_SRC.dirs= ${PLIST_SRC}.dirs
-PLIST_SRC.files= ${PLIST_SRC}.files
+PLIST_SRC.dirs= ${WRKDIR}/.PLIST_SRC.dirs
+PLIST_SRC.files= ${WRKDIR}/.PLIST_SRC.files
+PLIST_SRC= ${.CURDIR}/PLIST ${PLIST_SRC.files} ${PLIST_SRC.dirs}
.include "../../mk/bsd.prefs.mk"
@@ -54,14 +54,11 @@ CREATE_X11LINK?= ${LN} -fs $$src $$dest
do-build:
${MKDIR} ${X11_LINKS_BUILD_DIR}
${CHMOD} ${PKGDIRMODE} ${X11_LINKS_BUILD_DIR}
- ${RM} -f ${PLIST_SRC.dirs}
${FILES_LIST_CMD} | ${SED} -e "s,/[^/]*$$,," | ${SORT} -u | \
while read dir; do \
if [ -d ${X11BASE}/$$dir ]; then \
${MKDIR} ${X11_LINKS_BUILD_DIR}/$$dir; \
${CHMOD} ${PKGDIRMODE} ${X11_LINKS_BUILD_DIR}/$$dir; \
- ${ECHO} "@dirrm ${X11_LINKS_SUBDIR}/$$dir" \
- >> ${PLIST_SRC.dirs}; \
fi; \
done
${RM} -f ${PLIST_SRC.files}
@@ -75,13 +72,10 @@ do-build:
>> ${PLIST_SRC.files}; \
fi; \
done
-
-post-build:
- ( ${CAT} ${PKGDIR}/PLIST; \
- ${SORT} -u ${PLIST_SRC.files}; \
- ${SORT} -ur ${PLIST_SRC.dirs}; \
- ${ECHO} "@dirrm ${X11_LINKS_SUBDIR}"; \
- ) > ${PLIST_SRC}
+ ${RM} -f ${PLIST_SRC.dirs}
+ { cd ${WRKSRC}; ${FIND} ${X11_LINKS_SUBDIR} -type d -print | \
+ ${SORT} -ur | ${SED} -e "s|^|@dirrm |"; \
+ } > ${PLIST_SRC.dirs}
do-install:
${INSTALL_DATA_DIR} ${X11_LINKS_DIR}