diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-01 03:56:19 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-01 03:56:19 +0800 |
commit | 1229782f69da6f5de28e93edd167fa49a51bdf50 (patch) | |
tree | 47a3d2cee4e1393b90060c5fd9a23a144ae0f946 /textproc/gsed | |
parent | 2351f6995d0d4d0810b4aae13d99fbf9892aace3 (diff) | |
download | freebsd-ports-gnome-1229782f69da6f5de28e93edd167fa49a51bdf50.tar.gz freebsd-ports-gnome-1229782f69da6f5de28e93edd167fa49a51bdf50.tar.zst freebsd-ports-gnome-1229782f69da6f5de28e93edd167fa49a51bdf50.zip |
- Remove DESTDIR support from my ports as it is useless now. New implementation
is coming.
Diffstat (limited to 'textproc/gsed')
-rw-r--r-- | textproc/gsed/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile index c5d6426984a8..2942e28926aa 100644 --- a/textproc/gsed/Makefile +++ b/textproc/gsed/Makefile @@ -27,11 +27,11 @@ MAN1= gsed.1 # Local variables PATCH_SUBDIRS= . doc lib sed -DATADIR= ${TARGETDIR}/share/${PKGBASE} +DATADIR= ${PREFIX}/share/${PKGBASE} SAMP_FILES= binary*.sed dc.sed -EXAMPLESDIR= ${TARGETDIR}/share/examples/${PKGBASE} +EXAMPLESDIR= ${PREFIX}/share/examples/${PKGBASE} PORTDOCS= AUTHORS BUGS COPYING COPYING.DOC NEWS README THANKS -DOCSDIR= ${TARGETDIR}/share/doc/${PKGBASE} +DOCSDIR= ${PREFIX}/share/doc/${PKGBASE} .include <bsd.port.pre.mk> |