diff options
author | asami <asami@FreeBSD.org> | 2000-10-07 21:33:54 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-07 21:33:54 +0000 |
commit | e4821f807985438616f877089dc64293a18f55ee (patch) | |
tree | ed7bb3b77ae177fcd9afd4d039fe6baa34f4bce6 /databases/mytop | |
parent | d14ae47b852c2bfe506da01991d85778ae153f78 (diff) | |
download | FreeBSD-ports-e4821f807985438616f877089dc64293a18f55ee.zip FreeBSD-ports-e4821f807985438616f877089dc64293a18f55ee.tar.gz |
Remove NEWLAYOUT definition, this is going to be the default.
Jumped the gun by: jeh :)
Diffstat (limited to 'databases/mytop')
-rw-r--r-- | databases/mytop/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/databases/mytop/Makefile b/databases/mytop/Makefile index 69914f5..7526991 100644 --- a/databases/mytop/Makefile +++ b/databases/mytop/Makefile @@ -35,6 +35,4 @@ do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}.1 ${PREFIX}/man/man1 -NEWLAYOUT= yes - .include <bsd.port.mk> |