diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2006-05-29 17:45:34 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2006-05-29 17:45:34 +0000 |
commit | 128460e57cc9ab1b02bd771567fdbae3760b48ef (patch) | |
tree | 08c5b12bf17bc0f85888d5edc9aa539a09c224a3 /ports-mgmt/portupgrade-devel/files | |
parent | a7686ddbe193c1d29c4dbfe6ffea7ae0aa758181 (diff) |
- Convert to USE_LDCONFIG.
PR: ports/93186
Submitted by: $self
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=163869
Diffstat (limited to 'ports-mgmt/portupgrade-devel/files')
-rw-r--r-- | ports-mgmt/portupgrade-devel/files/patch-etc_Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ports-mgmt/portupgrade-devel/files/patch-etc_Makefile b/ports-mgmt/portupgrade-devel/files/patch-etc_Makefile new file mode 100644 index 000000000000..0bdce56bc29c --- /dev/null +++ b/ports-mgmt/portupgrade-devel/files/patch-etc_Makefile @@ -0,0 +1,19 @@ +--- etc/Makefile.orig Sat Feb 11 16:39:34 2006 ++++ etc/Makefile Sat Feb 11 16:39:49 2006 +@@ -2,15 +2,9 @@ + + ETCDIR?= ${PREFIX}/etc + +-SCRIPTSDIR?= ${ETCDIR}/rc.d +- + BUILDDIR= .build + +-SCRIPTS= ${BUILDDIR}/pkgtools.sh \ +- ${BUILDDIR}/status-pkg.sh +- +-SCRIPTSDIR_pkgtools.sh= ${ETCDIR}/rc.d +-SCRIPTSNAME_pkgtools.sh= 000.pkgtools.sh ++SCRIPTS= ${BUILDDIR}/status-pkg.sh + + #SCRIPTSDIR_status-pkg.sh= /etc/periodic/weekly + #SCRIPTSNAME_status-pkg.sh= 400.status-pkg.sh |