diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /security/fakeroot | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes:
svn path=/head/; revision=156749
Diffstat (limited to 'security/fakeroot')
-rw-r--r-- | security/fakeroot/Makefile | 3 | ||||
-rw-r--r-- | security/fakeroot/pkg-plist | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/security/fakeroot/Makefile b/security/fakeroot/Makefile index e290343c149b..8800fd9ba401 100644 --- a/security/fakeroot/Makefile +++ b/security/fakeroot/Makefile @@ -7,6 +7,7 @@ PORTNAME= fakeroot PORTVERSION= 1.5.7 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/f/fakeroot @@ -17,7 +18,7 @@ COMMENT= Simulate the root user behaviour BUILD_DEPENDS= ${LOCALBASE}/bin/po4a:${PORTSDIR}/textproc/po4a -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/security/fakeroot/pkg-plist b/security/fakeroot/pkg-plist index 5dd30e96345f..dcd79ddbf18a 100644 --- a/security/fakeroot/pkg-plist +++ b/security/fakeroot/pkg-plist @@ -1,8 +1,9 @@ bin/faked bin/fakeroot +lib/libfakeroot-0.so lib/libfakeroot.a +lib/libfakeroot.la lib/libfakeroot.so -lib/libfakeroot-0.so @dirrmtry man/sv/man1 @dirrmtry man/sv @dirrmtry man/fr/man1 |