diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-04 00:54:23 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-04 00:54:23 +0800 |
commit | 99c104386361f76732b1ae7d61400be64e7870fc (patch) | |
tree | a07d9aef2423a051faf88586ce7efd34a4e0b49d | |
parent | 05a82c8f30409b0c2d600870c5600b96733b5846 (diff) | |
download | freebsd-ports-gnome-99c104386361f76732b1ae7d61400be64e7870fc.tar.gz freebsd-ports-gnome-99c104386361f76732b1ae7d61400be64e7870fc.tar.zst freebsd-ports-gnome-99c104386361f76732b1ae7d61400be64e7870fc.zip |
Remove reference to removed MANEXT
-rw-r--r-- | sysutils/respond/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/respond/Makefile b/sysutils/respond/Makefile index 861fb3167b69..d2699043d591 100644 --- a/sysutils/respond/Makefile +++ b/sysutils/respond/Makefile @@ -17,7 +17,6 @@ GH_COMMIT= ebd9de3 PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}" \ - INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ - MANEXT=${MANEXT} + INSTALL_PROGRAM="${INSTALL_PROGRAM}" .include <bsd.port.mk> |