diff options
author | laszlof <laszlof@FreeBSD.org> | 2006-12-01 22:07:50 +0800 |
---|---|---|
committer | laszlof <laszlof@FreeBSD.org> | 2006-12-01 22:07:50 +0800 |
commit | c9c733e517719d36e998a29b241c97bb1890e860 (patch) | |
tree | c84a55c498c622b5ba7ad91df6f455e330b8684d /science/afni/Makefile | |
parent | 1707c8c1a69b2742383dc2c3cda3d72c6bbad72f (diff) | |
download | freebsd-ports-graphics-c9c733e517719d36e998a29b241c97bb1890e860.tar.gz freebsd-ports-graphics-c9c733e517719d36e998a29b241c97bb1890e860.tar.zst freebsd-ports-graphics-c9c733e517719d36e998a29b241c97bb1890e860.zip |
Respect X11BASE
PR: ports/106101
Submitted by: self
Approved by: Jason Bacon <bacon@smithers.neuro.mcw.edu> (maintainer)
Reported by: pointyhat
Diffstat (limited to 'science/afni/Makefile')
-rw-r--r-- | science/afni/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/afni/Makefile b/science/afni/Makefile index dc3aa6e7d92..6953e9cd25b 100644 --- a/science/afni/Makefile +++ b/science/afni/Makefile @@ -103,6 +103,7 @@ post-extract: ${CP} -f ${FILESDIR}/Makefile.FreeBSD_PORT ${WRKSRC} ${CP} ${DISTDIR}/${DIST_SUBDIR}/afni.1 ${WRKDIR} ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKDIR}/afni.1 + @${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' ${WRKSRC}/Makefile.FreeBSD_PORT do-install: ${MKDIR} ${DATADIR} ${INSTALL_TEMP} \ |