diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-02-19 11:39:14 +0000 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-02-19 11:39:14 +0000 |
commit | 02a0adbd847b225f4437ad3447c07bbbdce31816 (patch) | |
tree | fe50d899f4d2a74c4f7752e63eafd99bcda5ba77 /dns/zonenotify/Makefile | |
parent | fa50cda769754f971aaf9a13522f3de02191552d (diff) | |
download | FreeBSD-ports-02a0adbd847b225f4437ad3447c07bbbdce31816.zip FreeBSD-ports-02a0adbd847b225f4437ad3447c07bbbdce31816.tar.gz |
Remove deprecated USE_REINPLACE
Diffstat (limited to 'dns/zonenotify/Makefile')
-rw-r--r-- | dns/zonenotify/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dns/zonenotify/Makefile b/dns/zonenotify/Makefile index e5c8a48..6199719 100644 --- a/dns/zonenotify/Makefile +++ b/dns/zonenotify/Makefile @@ -14,8 +14,6 @@ MASTER_SITES= http://morettoni.net/bsd/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= A dns notify sender written in C -USE_REINPLACE= yes - PLIST_FILES= bin/zonenotify WRKSRC= ${WRKDIR}/${PORTNAME} |