diff options
author | gabor <gabor@FreeBSD.org> | 2007-08-04 19:41:30 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-08-04 19:41:30 +0800 |
commit | 1f31ff34b514d77244257a9a94391d3aae8edab0 (patch) | |
tree | a676504f8edaca31196a243aa7393f33f26078fa /comms | |
parent | fb4c30cf2c9bc123dc0c05a0e070f2c48e83be57 (diff) | |
download | freebsd-ports-gnome-1f31ff34b514d77244257a9a94391d3aae8edab0.tar.gz freebsd-ports-gnome-1f31ff34b514d77244257a9a94391d3aae8edab0.tar.zst freebsd-ports-gnome-1f31ff34b514d77244257a9a94391d3aae8edab0.zip |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/ltmdm/Makefile | 2 | ||||
-rw-r--r-- | comms/yaps/Makefile | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/comms/ltmdm/Makefile b/comms/ltmdm/Makefile index 75002320b527..c1e87b3d874f 100644 --- a/comms/ltmdm/Makefile +++ b/comms/ltmdm/Makefile @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= osa@FreeBSD.org COMMENT= Driver for the Lucent LT Winmodem chipset -DEVDIR= ${DESTDIR}/dev +DEVDIR= /dev MODULES_WITH_WORLD?= yes ONLY_FOR_ARCHS= i386 BUILD_WRKSRC= ${WRKSRC}/sys/modules/ltmdm diff --git a/comms/yaps/Makefile b/comms/yaps/Makefile index 9a3fe932b08f..d99b984858ac 100644 --- a/comms/yaps/Makefile +++ b/comms/yaps/Makefile @@ -20,12 +20,12 @@ USE_GMAKE= true MAN1= yaps.1 post-install: - ${INSTALL_DATA} ${WRKSRC}/yaps.rc ${TARGETDIR}/etc/yaps.rc.sample - ${INSTALL_MAN} ${WRKSRC}/yaps.1 ${TARGETDIR}/man/man1 + ${INSTALL_DATA} ${WRKSRC}/yaps.rc ${PREFIX}/etc/yaps.rc.sample + ${INSTALL_MAN} ${WRKSRC}/yaps.1 ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) - @${MKDIR} ${TARGETDIR}/share/doc/yaps - ${INSTALL_DATA} ${WRKSRC}/yaps.doc ${TARGETDIR}/share/doc/yaps - ${INSTALL_DATA} ${WRKSRC}/yaps.html ${TARGETDIR}/share/doc/yaps + @${MKDIR} ${PREFIX}/share/doc/yaps + ${INSTALL_DATA} ${WRKSRC}/yaps.doc ${PREFIX}/share/doc/yaps + ${INSTALL_DATA} ${WRKSRC}/yaps.html ${PREFIX}/share/doc/yaps .endif .include <bsd.port.mk> |