diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /security/fakeroot | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
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 |